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

Superpath doesn't work in IE #12

Open
moissinac opened this issue Sep 24, 2015 · 1 comment
Open

Superpath doesn't work in IE #12

moissinac opened this issue Sep 24, 2015 · 1 comment

Comments

@moissinac
Copy link
Owner

The samples doesn't work in IE

@moissinac moissinac changed the title Superpath doesn't works for IE Superpath doesn't work for IE Sep 24, 2015
@moissinac moissinac changed the title Superpath doesn't work for IE Superpath doesn't work in IE Sep 24, 2015
@moissinac
Copy link
Owner Author

SuperPath, at that time, uses getAttribute("d") on path
with my d attribute
M50 200#c1|#c2|l-100 30 -100 50 -50 50z

Expected
M50 200#c1|#c2|l-100 30 -100 50 -50 50z
Returned by Chrome, Firefow, Opera
M50 200#c1|#c2|l-100 30 -100 50 -50 50z
Returned by IE
M50 200

so I will try to use a specific attribute in my own namespace. Soon

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

1 participant