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
Hi there. I installed this via npm and everything seemed to work great. It blasts the changes to stdout just like it should. However it seems that the color flags don't seem to work.
I have tried:
to no avail. Is there an alternate way of editing the colors of these svgs? This project would be extremely useful to me if I could. What am I doing wrong?
(To clarify, it doesn't yell at me, but the outputs I have gotten have been purely black squares or no changes at all)
The text was updated successfully, but these errors were encountered:
You've probably figured this out by now, so I'm mostly posting in case anyone else has a hard time - you need to include the # symbol with the color's hex code, e.g. patternfills -b '#aa0000' -f css
Hi there. I installed this via npm and everything seemed to work great. It blasts the changes to stdout just like it should. However it seems that the color flags don't seem to work.
I have tried:
patternfills -b 'aa0000' -f svg
pattternfills -b aa0000 -f svg
patternfills -b aa0000 -f css
patternfills -b 'aa0000' -f css
to no avail. Is there an alternate way of editing the colors of these svgs? This project would be extremely useful to me if I could. What am I doing wrong?
(To clarify, it doesn't yell at me, but the outputs I have gotten have been purely black squares or no changes at all)
The text was updated successfully, but these errors were encountered: