ivanceras / svgbob

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

Rendering of 'O' near 'X' #81

Closed PHHENS closed 2 years ago

PHHENS commented 2 years ago

Dear developpers,

Rendering of 'O' near 'X' adds a pigtail to 'O'. Example : SOX are Orange renders : image

Thanks for helping.

mbarkhau commented 2 years ago

I think the general rule here is: you can avoid that characters are interpreted as part of a shape if you put them in quotes.

https://mbarkhau.keybase.pub/asciigrid/#vvF;AOAOA;SCTFfEYFSCBAAfELHIXGFBBAjQoJ

That's of course just a quick fix. Whether or not this behaviour should change in svgbob is a different question.

PHHENS commented 2 years ago

OK, this resolve quickly my issue.