y-takey / atom-mermaid

Preview mermaid on atom editor
MIT License
42 stars 7 forks source link

Save as png work wrong? #19

Closed trickyEdecay closed 8 years ago

trickyEdecay commented 8 years ago

when i try to save a mermaid which has nodes with round edges as png. those round edges nodes become black color.How can i fix it?or it's an bug?

y-takey commented 8 years ago

Hi, @trickyEdecay, Thanks for report. I think it's a bug. Please let me show the your mermaid code, if you don't mind.

trickyEdecay commented 8 years ago

graph LR; A(Node1) C(Node2)

A--text-->C

y-takey commented 8 years ago

Thank you. I was to reproduce the problem. I will take a look.

y-takey commented 8 years ago

Hi, @trickyEdecay, I've fixed the bug. and published the newer atom package.(to v0.3.2) Please upgrade your atom-mermaid, then try it.

Thanks,

y-takey commented 8 years ago

I close this issue, please reopen if there is problem again.