Hi, apologies if wrong section.
I generate svg with custom background like so :
mmdc version
When i open output.svg with firefox, background is red, as expected.
When i open output.svg with ristretto image viewer (0.12.4) , image has no background.
What gives?
From my point of view svg is ok, since firefox can view it. it even has :
in the file.
Thanks for any pointers to resolve this.
I generate svg with custom background like so :
mmdc version
Code:
$ mmdc -V11.4.2$ cat test.mermaidsequenceDiagram developer ->>+ app: 1. Dev$ mmdc -i test.mermaid -o output.svg -b 'red'When i open output.svg with ristretto image viewer (0.12.4) , image has no background.
What gives?
From my point of view svg is ok, since firefox can view it. it even has :
Code:
style="max-width: 450px; background-color: red;"Thanks for any pointers to resolve this.
Statistics: Posted by theprez — 2024-12-10 15:17 — Replies 4 — Views 117