bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.82k stars 1.08k forks source link

Background-color of texts are white #95

Open holroy opened 9 years ago

holroy commented 9 years ago

I tried using the sequence diagram in a blog entry, where the background-color wasn't white, and it then turns out that the texts are using a preset of white for background-color.

If I'm not mistaken this could be rectified by using fill="none", or possibly by accepting pull request #74, and then manually adding color to offending items.