diff options
author | wout <wout@impinc.co.uk> | 2013-06-09 13:36:16 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-06-09 13:36:16 +0100 |
commit | 30564bf1d40ee2d0299b266fba95fabcec9dc78d (patch) | |
tree | 11521f943c681ba7d3d2b53922942cad2ebeca64 /src/rect.js | |
parent | f370aa5518b19340785ce61d7b7b16ed0919e32e (diff) | |
download | svg.js-30564bf1d40ee2d0299b266fba95fabcec9dc78d.tar.gz svg.js-30564bf1d40ee2d0299b266fba95fabcec9dc78d.zip |
Added to() method in the SVG.FX
Diffstat (limited to 'src/rect.js')
-rw-r--r-- | src/rect.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rect.js b/src/rect.js index 852bee2..583556d 100644 --- a/src/rect.js +++ b/src/rect.js @@ -11,6 +11,5 @@ SVG.extend(SVG.Container, { rect: function(width, height) { return this.put(new SVG.Rect().size(width, height)) } - })
\ No newline at end of file |