martinthomson / aasvg

Turn ASCII art into SVG
BSD 2-Clause "Simplified" License
70 stars 11 forks source link

Parentheses not seen in SVG output #18

Open ajeanmahoney opened 2 months ago

ajeanmahoney commented 2 months ago

This may be more of a documentation issue, but when lines are labeled with numbers in parentheses in the middle of a line, the parentheses are not carried over to the SVG output. The output is otherwise okay. This is seen with the following:

In the following, parentheses that are not used in the middle of a line are carried over the SVG output:

martinthomson commented 2 months ago

Yikes, I have no idea what might cause that. It's not particularly bad in those renderings, in that it is still clear, but it's definitely a head-scratcher. Perhaps it is due to the parentheses being treated as line segments in some way.