Color formatting doesn't seem to be working? (Powershell, windows)
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)
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