]> source.dussan.org Git - svg.js.git/commitdiff
Add animatable width & height
authorCorentin J <corentinjule@gmail.com>
Thu, 11 May 2017 12:35:25 +0000 (14:35 +0200)
committerGitHub <noreply@github.com>
Thu, 11 May 2017 12:35:25 +0000 (14:35 +0200)
src/fx.js

index 365273e57acb0a5c0c09289721cddbb9c4473aca..64bc030c4378a739167fc34623079b886a60856d 100644 (file)
--- a/src/fx.js
+++ b/src/fx.js
@@ -858,6 +858,14 @@ SVG.extend(SVG.FX, {
 
     return this
   }
+  // Add animatable width
+, width: function(width) {
+    return this.add('width', new SVG.Number(width))
+  }
+  // Add animatable height
+, height: function(height) {
+    return this.add('height', new SVG.Number(height))
+  }
   // Add animatable plot
 , plot: function(a, b, c, d) {
     // Lines can be plotted with 4 arguments