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

Color formatting doesn't seem to be working? (Powershell, windows) #15

Open
evanreilly opened this issue Apr 25, 2018 · 1 comment
Open

Comments

@evanreilly
Copy link

evanreilly commented Apr 25, 2018

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)

@leggomymeggos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants