-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Stroke overlap results in transparency #262
Comments
Could you provide some sample images? (Github converts loaded images to PNG.) |
Hello, This - and things disappearing completely - is the single most dangerous thing about SVGO that makes it impossible to be used without human supervision, IMHO. Here is a graphic that exhibits the problem with default SVGO config (I am really sorry for the lengthy piece of code):
Thanks for looking into this! Regards |
Issue with strokes was fixed in the recent commits, other than that it's a duplicat. |
v0.5.1 with the fix has been just published. |
This is related to (or a byproduct of) #253 where two paths overlapping with each other results in their union becoming a transparent stroke, as shown below. Notice the monitor and the left ear of the alarm clock (the right ear is fine).
This is more noticeable with the image below, where the strokes' intersection is rendered the same color as their background, rather than being stacked on top of each other.
The text was updated successfully, but these errors were encountered: