aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-06 16:03:33 +0100
committerwout <wout@impinc.co.uk>2013-01-06 16:03:33 +0100
commit50e1e48708d86ac0392348190f36d6c0c557a1d6 (patch)
treee848b79ff78fe34cb27075591beaf33cc7ae0fc6 /Rakefile
parent5ff480264d9a62a77dde9568c8a5576b23b0298e (diff)
downloadsvg.js-50e1e48708d86ac0392348190f36d6c0c557a1d6.tar.gz
svg.js-50e1e48708d86ac0392348190f36d6c0c557a1d6.zip
Added patterns
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8ae47d2..69b5235 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 fx 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 pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ]
# how many bytes in a "kilobyte"
KILO = 1024