diff options
author | wout <wout@impinc.co.uk> | 2013-04-26 21:27:46 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-04-26 21:27:46 +0200 |
commit | 6afb0006730768d03b787e840f6a71249c4a051e (patch) | |
tree | 7e3f54893bbdb4c01c9385ca203bdc96f16a2e89 /Rakefile | |
parent | 11ded2fe8fabf4392633fcdb3713a49e084746a1 (diff) | |
download | svg.js-6afb0006730768d03b787e840f6a71249c4a051e.tar.gz svg.js-6afb0006730768d03b787e840f6a71249c4a051e.zip |
Bumped to v0.15, removed hsb color support
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.14' +SVGJS_VERSION = '0.15' # 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 ] |