Skip to content
New issue

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

typeof SVG.Tspan #27

Open
makarti opened this issue Dec 25, 2015 · 1 comment
Open

typeof SVG.Tspan #27

makarti opened this issue Dec 25, 2015 · 1 comment

Comments

@makarti
Copy link

makarti commented Dec 25, 2015

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) {
@Fuzzyma
Copy link
Member

Fuzzyma commented Dec 25, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants