You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when using the convertColors plugin with the parameter currentColor set to true, if the svg contains mask elements the color attributes (fill/stroke) are changed, this behaivour is unwanted in my case because it breaks the masks depending on the current color.
Describe the bug
when using the
convertColors
plugin with the parametercurrentColor
set totrue
, if the svg containsmask
elements the color attributes (fill/stroke) are changed, this behaivour is unwanted in my case because it breaks the masks depending on the current color.To Reproduce
Steps to reproduce the behavior:
test.svg:
config.js:
run:
Expected behavior
in out.svg,
path
insidemask
shouldn't havefill
set tocurrentColor
, but should keepwhite
The text was updated successfully, but these errors were encountered: