diff options
author | wout <wout@impinc.co.uk> | 2013-03-29 13:40:19 +0000 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-03-29 13:40:19 +0000 |
commit | f134e1cf3d06804f42c08e7e7985a5ab59a82c5c (patch) | |
tree | 55715ecce60fe1701d8c8723f0f056e579836c1b /Rakefile | |
parent | 089816c84f8ae573cf558fe3b0242847f9eacbe9 (diff) | |
download | svg.js-f134e1cf3d06804f42c08e7e7985a5ab59a82c5c.tar.gz svg.js-f134e1cf3d06804f42c08e7e7985a5ab59a82c5c.zip |
Allow invocation of SVG() with an <svg> tag
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.11' +SVGJS_VERSION = '0.12' # all available modules in the correct loading order MODULES = %w[ svg regex default color viewbox bbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar ] |