ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.88k stars 109 forks source link

Simple chart is broken on IE, Edge, and others #58

Open m417z opened 4 years ago

m417z commented 4 years ago

I think the screenshot below sums it up. You can see that the arrow is broken for all of my apps but Chrome. The chart:

.-------.
| Hello |
'-------'
    |
    v
.-------.
| World |
'-------'

Thanks for developing this service!

image

ivanceras commented 4 years ago

This is a really strange bug.

yvt commented 4 years ago

orient="auto-start-reverse" doesn't work in IE.

https://stackoverflow.com/questions/60564591/how-to-fix-svg-marker-orientation-in-ms-edge

ivanceras commented 3 years ago

I believe this has been fixed with the new version of svgbob.