aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-28 15:43:43 +0100
committerwout <wout@impinc.co.uk>2014-01-28 15:43:43 +0100
commite04f8d1b3595c65e245465606e3987025075a4fd (patch)
treeb5b559ec735dee3245de203cb592e93190b79409 /Rakefile
parent97f12207121d4e3171c5ef07d8098f06fb509f67 (diff)
downloadsvg.js-e04f8d1b3595c65e245465606e3987025075a4fd.tar.gz
svg.js-e04f8d1b3595c65e245465606e3987025075a4fd.zip
Added loop(), switched to requestAnimFrame, bumped to v0.38
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 62d0a1d..db51346 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.37'
+SVGJS_VERSION = '0.38'
# all available modules in the correct loading order
MODULES = %w[ svg regex default color array pointarray 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 memory loader ]