]> source.dussan.org Git - svg.js.git/commitdiff
Updated changelog
authorwout <wout@impinc.co.uk>
Wed, 5 Feb 2014 13:03:44 +0000 (14:03 +0100)
committerwout <wout@impinc.co.uk>
Wed, 5 Feb 2014 13:03:44 +0000 (14:03 +0100)
CHANGELOG.md
Rakefile

index 5559ee3a21861f618cc4f2b2df4d8d4995187acd..d4f6cbfabc4b35f821d79b0b42ecfd6ee4d41c2d 100644 (file)
@@ -7,6 +7,7 @@
 - fix in `animate('=').to()`
 - added `pointAt()` method to `SVG.Path`, wrapping the native `getPointAtLength()`
 - moved `length()` method to sugar module
+- fix for arcs in patharray `toString()` method
 
 # v1.0rc3 (03/02/2014)
 
index 7c90d50898d74d814a9d8a2ca632b37b2725b81c..c21e18334f3a3b0dd683e3756155fbb2b7194f98 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = 'v1.0rc3'
+SVGJS_VERSION = '1.0.0-rc.4'
 
 # all available modules in the correct loading order
 MODULES = %w[ svg inventor regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader ]