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

feat: Added stroke_color option to CLI #101

Closed judahsotomayor closed 1 year ago

judahsotomayor commented 1 year ago

Added a few lines of code to allow setting default stroke-color from the CLI. This makes theming easier for those in dark mode. It is consistent with the background and fill_color options already available.

Thanks for all your hard work @ivanceras, this project is awesome!

ivanceras commented 1 year ago

Thank you, took me awhile to be back on this.