blampe / goat

Render ASCII art as SVG diagrams
MIT License
666 stars 44 forks source link

Home "Code" github page: SVG output Examples assume a black background #7

Closed dmullis closed 2 years ago

dmullis commented 2 years ago

SVG strokes in 'currentColor' from (https://cdn.rawgit.com/blampe/goat/master/examples/trees.svg) et al. render as black, irrespective of page background color. If the user happens to have set one of the Github "Dark ..." per-user Theme, result is black strokes on a background in some shade of dark-grey, possibly indistinguishable on certain monitors.

Theme setting: (https://github.com/settings/appearance)

Verified on Firefox and Safari.

dmullis commented 2 years ago

Fix e8e6af9 looks good on Firefox -- thanks!