summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-03 21:15:32 +0100
committerwout <wout@impinc.co.uk>2013-01-03 21:15:32 +0100
commit6f49a9d4c5ada0b7335c08fbcef623cf32898938 (patch)
tree560c92b904ae232089874507bde65adaaf2f4d80 /Rakefile
parent0da8f1d9c9794155c29b8e8f9a0b5ca940061033 (diff)
downloadsvg.js-6f49a9d4c5ada0b7335c08fbcef623cf32898938.tar.gz
svg.js-6f49a9d4c5ada0b7335c08fbcef623cf32898938.zip
Added the SVG.FX module for animations
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 880e97e..a237b8c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
SVGJS_VERSION = '0.1a'
# all available modules in the correct loading order
-MODULES = %w[ svg container element event group arrange defs mask gradient doc shape wrap rect ellipse poly path image text nested sugar ]
+MODULES = %w[ svg container element fx event group arrange defs mask gradient doc shape wrap rect ellipse poly path image text nested sugar ]
# how many bytes in a "kilobyte"
KILO = 1024