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 function setDy
function setDy(elem, fontSize, txtYpos) { if (!ie || ie > 9) { elem.node.firstChild.attributes.dy.value = 0; } }
elem.node.firstChild.attributes.dy seems to not be supported by firefox neither.
I am on Ubuntu 13.04 with Firefox 25.0
The text was updated successfully, but these errors were encountered:
80108ec
Merge pull request #97 from supraLalu/master
183f62e
fix #96 Browser compatibiliy problem with attributes.dy (Firefox 25.0 among others)
No branches or pull requests
In function setDy
function setDy(elem, fontSize, txtYpos) {
if (!ie || ie > 9) {
elem.node.firstChild.attributes.dy.value = 0;
}
}
elem.node.firstChild.attributes.dy seems to not be supported by firefox neither.
I am on Ubuntu 13.04 with Firefox 25.0
The text was updated successfully, but these errors were encountered: