summaryrefslogtreecommitdiffstats
path: root/src/text.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.js')
-rwxr-xr-xsrc/text.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/text.js b/src/text.js
index 1b6bd94..0581f88 100755
--- a/src/text.js
+++ b/src/text.js
@@ -192,7 +192,6 @@ SVG.extend(SVG.Text, SVG.TSpan, {
/* add new tspan and reference */
node.appendChild(tspan.node)
- tspan.parent = this
/* only first level tspans are considered to be "lines" */
if (this instanceof SVG.Text)