summaryrefslogtreecommitdiffstats
path: root/src/container.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/container.js')
-rw-r--r--src/container.js2
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() {