Replies: 2 comments
-
id also like to know this. i have 70+ svg icons that all have a stroke-width on a path element within the svg that looks like |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure why it's not supported but I eventually used this configuration:
It targets 1.5 storke-width (you can change but make sure that you use a value that you'll always want to replace) and replaces it with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an SVG using stroke-width of
1.5
and I'm trying to replace it withreplaceAttrValues
toinherit
but it doesn't work. Is it supported? How should I do it?Beta Was this translation helpful? Give feedback.
All reactions