diff options
author | wout <wout@impinc.co.uk> | 2013-03-06 11:34:47 +0000 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-03-06 11:34:47 +0000 |
commit | f7be50c638587f5028a9c4cd54c433690c6fc671 (patch) | |
tree | b3db521623d332e60246c57363dc0ab749dd070b /Rakefile | |
parent | 31e0a8f178185208aaf71702dadc1dbc8a6ff0eb (diff) | |
download | svg.js-f7be50c638587f5028a9c4cd54c433690c6fc671.tar.gz svg.js-f7be50c638587f5028a9c4cd54c433690c6fc671.zip |
Added during() method and unit morphing to fx module
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ -SVGJS_VERSION = '0.7' +SVGJS_VERSION = '0.8' # all available modules in the correct loading order -MODULES = %w[ svg viewbox bbox element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse line poly path image text nested sugar ] +MODULES = %w[ svg regex viewbox bbox element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse line poly path image text nested sugar ] # how many bytes in a "kilobyte" KILO = 1024 |