diff options
author | wout <wout@impinc.co.uk> | 2013-07-25 13:09:30 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-25 13:09:30 +0100 |
commit | 58f10a25dbee327f496eacbf7944a561708de5ea (patch) | |
tree | 89647de589f46d40aaf01258240f8d6ad9390322 /src/container.js | |
parent | 494535622842ac8636a85c485b3057e8aa0dc5a7 (diff) | |
download | svg.js-58f10a25dbee327f496eacbf7944a561708de5ea.tar.gz svg.js-58f10a25dbee327f496eacbf7944a561708de5ea.zip |
Added SVG.Array and bumped to v0.29
Diffstat (limited to 'src/container.js')
-rw-r--r-- | src/container.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/container.js b/src/container.js index f928c54..e42001f 100644 --- a/src/container.js +++ b/src/container.js @@ -98,7 +98,7 @@ SVG.extend(SVG.Container, { [v.x, v.y, v.width, v.height] : [].slice.call(arguments) - return this.attr('viewBox', v.join(' ')) + return this.attr('viewBox', v) } // Remove all elements in this container , clear: function() { |