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

Add a workaround for the Chrome stroke-width 0 bug #3

Closed
deepakjois opened this issue Mar 28, 2012 · 1 comment
Closed

Add a workaround for the Chrome stroke-width 0 bug #3

deepakjois opened this issue Mar 28, 2012 · 1 comment

Comments

@deepakjois
Copy link
Member

Chromium has a bug which renders strokes when stroke attribute is set, even if stroke-width="0" is specified. Firefox and Safari render the SVG just fine.

http://code.google.com/p/chromium/issues/detail?id=15461

We should consider implementing a workaround, in which we check if the line width is not 0, and only then render the stroke related attributes.

@byorgey
Copy link
Member

byorgey commented Oct 19, 2013

Closing since it seems no one has ever run into this (maybe we even already do the check for line width of 0, I am not sure). As usual, anyone should feel free to reopen with more details.

@byorgey byorgey closed this as completed Oct 19, 2013
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