summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-30 19:44:40 +0100
committerwout <wout@impinc.co.uk>2014-01-30 19:44:40 +0100
commitbd7e10cb46e0cb113983c69f4f48c7a42a776809 (patch)
tree37ad5746b3e66879a33b6fe85c5e5718ec58a18b /Rakefile
parentf6fc66659d0fc391442f58e8c82f965b38995725 (diff)
downloadsvg.js-bd7e10cb46e0cb113983c69f4f48c7a42a776809.tar.gz
svg.js-bd7e10cb46e0cb113983c69f4f48c7a42a776809.zip
Added `relative()`method for relative translations
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3167010..1cb3b1f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
SVGJS_VERSION = 'v1.0rc1'
# all available modules in the correct loading order
-MODULES = %w[ svg regex default color array pointarray patharray arraycache number viewbox bbox rbox element parent container fx event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader ]
+MODULES = %w[ svg regex default color array pointarray patharray arraycache number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader ]
# how many bytes in a "kilobyte"
KILO = 1024