martinthomson / aasvg

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

Use arcs rather than curves #6

Open martinthomson opened 2 years ago

martinthomson commented 2 years ago

"A 16,16 0 0,0" or "A 16,16 0 0,1" produces a circular arc. The current approach uses Bézier curves, which end up being larger and harder to produce.