summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-02 18:21:37 +0100
committerwout <wout@impinc.co.uk>2013-01-02 18:21:37 +0100
commit0da8f1d9c9794155c29b8e8f9a0b5ca940061033 (patch)
tree41ca64065f41b90bece3e93be7ec30a3fa517b09 /Rakefile
parent88987d60c456f1e686edd226f4ccb45e35142cd7 (diff)
downloadsvg.js-0da8f1d9c9794155c29b8e8f9a0b5ca940061033.tar.gz
svg.js-0da8f1d9c9794155c29b8e8f9a0b5ca940061033.zip
Added SVG.Nested to create nested svg documents
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e9e12fe..880e97e 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 sugar ]
+MODULES = %w[ svg container element 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