-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unexpected test case failures in IE #4
Comments
I noticed that IE8 throws an error when an id is duplicated, which happens when a group ("g" tag) has an id. The script tries to pass the id on to the first child. In my case I just changed this attribute name, but you may want to do one of the following:
|
ah thanks. the current logic is designed specifically for a particular adobe illustrator -> svg conversion. How was your svg generated? |
With many curse words. Flash file with symbols distributed to named layers; exported as Adobe FXP; opened in Adobe Illustrator with layers; exported as SVG 1.0; some manual search-replacing. Final structure is some groups with ids (where layers contained multiple paths or polygons) as well as just polygons with ids. IDs should be unique, but I've never known browsers to actually throw an error until this. |
I saw @RReverser has been a lot of good thing in his branch. |
I'll send you a pull request on Monday with own improvements if you wish. From: crccheck I saw @RReverser has been a lot of good thing in his branch. Reply to this email directly or view it on GitHub: |
Using IE8, viewing the test cases shows a lot of failures. A lot of them should still work, even with some degradation. Maybe add markup for pure Raphaeljs implementation of the same test cases to make sure whether or not it's this script or Raphaeljs not working.
The text was updated successfully, but these errors were encountered: