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 cc2fd4f..9d8b5af 100644
--- a/src/container.js
+++ b/src/container.js
@@ -75,7 +75,7 @@ SVG.Container = {
},
group: function() {
- var e = new SVG.Group();
+ var e = new SVG.G();
this.add(e);
return e;