diff options
author | wout <wout@impinc.co.uk> | 2013-01-29 11:49:38 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-29 11:49:38 +0100 |
commit | 293ef89f8d00d1623d8d2edd79d3af7bc765c002 (patch) | |
tree | ba11157a9fd336033d6123712fd387d9461fdbf5 /Rakefile | |
parent | 66d7cb4377cd5dd6363fc1a7f8f62552f85d70c0 (diff) | |
download | svg.js-293ef89f8d00d1623d8d2edd79d3af7bc765c002.tar.gz svg.js-293ef89f8d00d1623d8d2edd79d3af7bc765c002.zip |
Modified extension method to include all SVG.Container elements
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.2' +SVGJS_VERSION = '0.3' # all available modules in the correct loading order MODULES = %w[ svg container element fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ] |