svg.export.js icon indicating copy to clipboard operation
svg.export.js copied to clipboard

typeof SVG.Tspan

Open makarti opened this issue 10 years ago • 1 comments

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) {

makarti avatar Dec 25 '15 10:12 makarti

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.

Fuzzyma avatar Dec 25 '15 10:12 Fuzzyma