summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
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