diff options
author | wout <wout@impinc.co.uk> | 2014-01-23 20:20:25 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-23 20:20:25 +0100 |
commit | f776294c7b8dde1f327fc6138d4de6c136088fbc (patch) | |
tree | 7dc67503a77d304ee950adc9a7a40a6c9aedcca1 /Rakefile | |
parent | 551e3d6bb980bca77f2abf606a25bc2fc8a02534 (diff) | |
download | svg.js-f776294c7b8dde1f327fc6138d4de6c136088fbc.tar.gz svg.js-f776294c7b8dde1f327fc6138d4de6c136088fbc.zip |
Added pause / play to SVG.FX module and bumped to v0.34
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.33' +SVGJS_VERSION = '0.34' # all available modules in the correct loading order MODULES = %w[ svg regex default color array number viewbox bbox rbox element parent container fx event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested sugar set memory loader ] |