ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.83k stars 108 forks source link

Allow to configure the text color from the CLI #78

Open ggrossetie opened 3 years ago

ggrossetie commented 3 years ago

Currently, it's possible to configure the background color and the fill color but, as far as I know, it's not possible to set the text color from the CLI.

For instance, if I want to invert the colors:

White background with black text

$ echo 'test' | svgbob

Black background with white text

$ echo 'test' | svgbob --background black --text-color white