We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) {
The text was updated successfully, but these errors were encountered:
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 #27.
} else if (this instanceof SVGText || this instanceof SVGTspan) {
— Reply to this email directly or view it on GitHub #27.
Sorry, something went wrong.
No branches or pull requests
In new version of svg have change type TSpan to Tspan, so don't work code of checking by typeof in line 65
The text was updated successfully, but these errors were encountered: