svg.export.js
svg.export.js copied to clipboard
typeof SVG.Tspan
In new version of svg have change type TSpan to Tspan, so don't work code of checking by typeof in line 65
} else if (this instanceof SVG.Text || this instanceof SVG.TSpan) {
This plugin is only for svg.js v1 because it's function is build in in the core of v2. See the svg() method for that.
Artur [email protected] schrieb am Fr., 25.12.2015, 11:38:
In new version of svg have change type TSpan to Tspan, so don't work code of checking by typeof in line 65
} else if (this instanceof SVGText || this instanceof SVGTspan) {
— Reply to this email directly or view it on GitHub https://github.com/wout/svg.export.js/issues/27.