martinthomson / aasvg

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

Avoid spill-over of arrowheads with double / squiggly lines #17

Open bifurcation opened 7 months ago

bifurcation commented 7 months ago

As can be seen the current example.svg, double lines and squiggly lines overflow their arrowheads.

image

We should adjust the start/end points to account for arrowheads and avoid overflow.