summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-02-02 17:34:25 +0100
committerwout <wout@impinc.co.uk>2013-02-02 17:34:25 +0100
commitec56136a1a3cd83f856723d1076536e550296e31 (patch)
tree6031877fba4ada024a917947532245a0e979615c /Rakefile
parent1c9b6af19cd1367a74b91cb88e98ec1bef2d8234 (diff)
downloadsvg.js-ec56136a1a3cd83f856723d1076536e550296e31.tar.gz
svg.js-ec56136a1a3cd83f856723d1076536e550296e31.zip
Added SVG.Line as a native element0.5
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 43bec97..e6cb5a4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
SVGJS_VERSION = '0.4'
# all available modules in the correct loading order
-MODULES = %w[ svg element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ]
+MODULES = %w[ svg 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