diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-02-18 09:44:27 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-02-18 09:44:27 +0100 |
commit | 9e75004466f251d765f72fd80fad846e71fae107 (patch) | |
tree | 6f1610a7bc384e86c43ff1afd43c4042485896f1 /src/elements/G.js | |
parent | a118f5e8ea4c596d9f9e39f8cc7a388136f958c9 (diff) | |
download | svg.js-9e75004466f251d765f72fd80fad846e71fae107.tar.gz svg.js-9e75004466f251d765f72fd80fad846e71fae107.zip |
added foreignObject to the core
Diffstat (limited to 'src/elements/G.js')
-rw-r--r-- | src/elements/G.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/G.js b/src/elements/G.js index a9e8b55..da4af77 100644 --- a/src/elements/G.js +++ b/src/elements/G.js @@ -78,7 +78,7 @@ export default class G extends Container { } registerMethods({ - Element: { + Container: { // Create a group element group: wrapWithAttrCheck(function () { return this.put(new G()) |