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

Transparency with mergePaths #253

Closed
joeyhoer opened this issue Sep 29, 2014 · 1 comment
Closed

Transparency with mergePaths #253

joeyhoer opened this issue Sep 29, 2014 · 1 comment
Labels

Comments

@joeyhoer
Copy link

mergePaths merges transparent paths, which leads to undesirable results. the easy solution is to disable the plugin, but a more permanent solution would be to detect if a path is transparent and exclude it from mergePaths. For an even more complete solution, use transparency and stacking order to determine if a path is visible or eligible from mergePaths.

Source file

transparent-mergepaths

@GreLI
Copy link
Member

GreLI commented Jan 31, 2015

It's a known issue with mergePaths plugin. It should check overlapping, but it's not that simple problem. You can disable it (svgo --disable=mergePaths) for a temporary solution.

@GreLI GreLI closed this as completed in e1060df Mar 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants