diff options
author | wout <wout@impinc.co.uk> | 2013-06-09 13:36:16 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-06-09 13:36:16 +0100 |
commit | 30564bf1d40ee2d0299b266fba95fabcec9dc78d (patch) | |
tree | 11521f943c681ba7d3d2b53922942cad2ebeca64 /Rakefile | |
parent | f370aa5518b19340785ce61d7b7b16ed0919e32e (diff) | |
download | svg.js-30564bf1d40ee2d0299b266fba95fabcec9dc78d.tar.gz svg.js-30564bf1d40ee2d0299b266fba95fabcec9dc78d.zip |
Added to() method in the SVG.FX
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.18' +SVGJS_VERSION = '0.19' # all available modules in the correct loading order MODULES = %w[ svg regex default color viewbox bbox rbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar ] |