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: Allow stroke-dasharray:none #1346

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

pbregener
Copy link
Contributor

Fixes a crash when a SVG contains style="stroke-dasharray:none".
Also see SVG spec on this: https://www.w3.org/TR/SVG11/painting.html#StrokeDasharrayProperty

Not sure this is the most elegant way of fixing it, but I guess you get the idea 😄

Fixes a crash when a SVG contains
`style="stroke-dasharray:none"`
@liZe liZe added the bug Existing features not working as expected label Apr 29, 2021
@liZe liZe added this to the 53.0b2 milestone Apr 29, 2021
@liZe liZe merged commit 2642469 into Kozea:master Apr 29, 2021
@liZe
Copy link
Member

liZe commented Apr 29, 2021

Not sure this is the most elegant way of fixing it, but I guess you get the idea

Thanks a lot for the fix! I’ll see if I can find a more elegant way 😉.

liZe added a commit that referenced this pull request Apr 29, 2021
@pbregener pbregener deleted the svg-stroke-dasharray-none branch June 2, 2021 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing features not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants