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

SVG: Path calculation errors on IE8 #183

Open
h6w opened this issue Jan 31, 2013 · 1 comment
Open

SVG: Path calculation errors on IE8 #183

h6w opened this issue Jan 31, 2013 · 1 comment

Comments

@h6w
Copy link
Contributor

h6w commented Jan 31, 2013

Chrome displays SVG correctly, but on IE8 paths (or transforms) are calculated incorrectly.
e.g.
http://pastebin.com/SDpbEks2
shows up like this:
AntennaChromeIE8

@ilinsky
Copy link
Member

ilinsky commented Apr 21, 2013

The problem found in path transformation where mandatory rounding happens (VML does not allow decimal numbers in path) for all segment values. Solution in Ample SDK can be using bigger viewBox internally, pre-calculating factor for user viewBox and applying this factor to all units met in document. This is somewhat epic effort, so parking for now.

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

No branches or pull requests

2 participants