mermaidjs / mermaid-live-editor

Location has moved to https://github.com/mermaid-js/mermaid-live-editor
https://mermaidjs.github.io/mermaid-live-editor/
MIT License
975 stars 181 forks source link

Downloading SVG not rendering theme. #64

Open abhiabhi94 opened 4 years ago

abhiabhi94 commented 4 years ago

I used the following code to create a flow chart Mermaid Live Editor.

graph TD
A(Coding for kids)--> B(Critical thinking)
A --> C(Getting better at basic mathematics)
A --> D(Perseverance)
A --> E(Creators)
A --> F(Future skills)

The image that I received when I clicked on download as SVG button was similar to what the preview option shows when no/wrong option is selected in the theme option under Mermaid Configuration.

I have converted the image to png using (https://svgtopng.com/) since github/imgur etc don't support uploading a image in svg Coding for Kids .