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.
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.