aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-08-05 14:08:36 +0100
committerwout <wout@impinc.co.uk>2013-08-05 14:08:36 +0100
commit945c1a0a423cf8a0b80fc8288651e04dec8b6610 (patch)
treed17c0f9ea6c4755d8d7169c2131f22990238a946 /Rakefile
parent2942e015a826e126d4c6bd4a5ae4a8f95673d0b0 (diff)
downloadsvg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.tar.gz
svg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.zip
Distinguished SVG.Container from SVG.parent, bumped to v0.32
SVG.Use inherits from SVG.Shape
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 5669d14..8e689ba 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
-SVGJS_VERSION = '0.31'
+SVGJS_VERSION = '0.32'
# all available modules in the correct loading order
-MODULES = %w[ svg regex default color array number viewbox bbox rbox element container fx event defs group arrange mask clip gradient use doc shape rect ellipse line poly path plotable image text textpath nested sugar set memory loader ]
+MODULES = %w[ svg regex default color array number viewbox bbox rbox element parent container fx event defs group arrange mask clip gradient doc shape use rect ellipse line poly path plotable image text textpath nested sugar set memory loader ]
# how many bytes in a "kilobyte"
KILO = 1024