diff options
Diffstat (limited to 'src/text.js')
-rw-r--r-- | src/text.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.js b/src/text.js index 3fe3f0b..50a05b7 100644 --- a/src/text.js +++ b/src/text.js @@ -72,7 +72,7 @@ function TSpan() { this.constructor.call(this, SVG.create('tspan')); }; -// inherit from SVG.Element +// inherit from SVG.Shape TSpan.prototype = new SVG.Shape(); // include the container object |