diff options
author | wout <wout@impinc.co.uk> | 2013-06-09 11:50:07 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-06-09 11:50:07 +0100 |
commit | f370aa5518b19340785ce61d7b7b16ed0919e32e (patch) | |
tree | f68273c6622886a63919c0ad77de176df54a35fb | |
parent | 8f03d84e43681ecca20ac028071e51a2e2bbc0c8 (diff) | |
download | svg.js-f370aa5518b19340785ce61d7b7b16ed0919e32e.tar.gz svg.js-f370aa5518b19340785ce61d7b7b16ed0919e32e.zip |
Added deep traversing, reorganized modules0.19
-rw-r--r-- | src/rect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rect.js b/src/rect.js index 583556d..852bee2 100644 --- a/src/rect.js +++ b/src/rect.js @@ -11,5 +11,6 @@ SVG.extend(SVG.Container, { rect: function(width, height) { return this.put(new SVG.Rect().size(width, height)) } + })
\ No newline at end of file |