martinthomson / aasvg

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

Target #4

Open martinthomson opened 2 years ago

martinthomson commented 2 years ago

This generates extra, unwanted curves:

 .-.
| * |<---
 '-'     

This is because the following is recognized as a curve:

'
 *
'

Special case?