summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-29 15:20:50 +0100
committerwout <wout@impinc.co.uk>2012-12-29 15:20:50 +0100
commit331068a979be8b735e92f074ce0d2438f5f2127b (patch)
tree25983c08fc3c28ab7bdf5c394a4800b3b095d092 /Rakefile
parenta20c0b1430fb97ff203a9afd6ba6945cf18e58d1 (diff)
downloadsvg.js-331068a979be8b735e92f074ce0d2438f5f2127b.tar.gz
svg.js-331068a979be8b735e92f074ce0d2438f5f2127b.zip
Added polyline and polygon, removed cicle
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index fe9905b..6051334 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 group arrange defs clip gradient doc shape rect circle ellipse path image text sugar ]
+MODULES = %w[ svg container element group arrange defs clip gradient doc shape rect ellipse poly path image text sugar ]
# how many bytes in a "kilobyte"
KILO = 1024