You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to be able to configure the background color when generating SVG. One way to do that, is to introduce an option background-fill with a default value transparent (backward compatible).
If this option is set, BlockDiag could add a rectangle with a width and height of 100%:
I think it would be useful to be able to configure the background color when generating SVG. One way to do that, is to introduce an option
background-fill
with a default valuetransparent
(backward compatible).If this option is set, BlockDiag could add a rectangle with a width and height of 100%:
Here's an example when using
background-fill: #007c92
:The text was updated successfully, but these errors were encountered: