chalk-diagrams / chalk

A declarative drawing API in Python
MIT License
282 stars 13 forks source link

Fix arrowheads with height #105

Closed srush closed 2 years ago

srush commented 2 years ago

Currently when you have an arrow with height the arrow head doesn't align. It should be possible to compute as the angle tangent to the circle at the given angle, but I must have messed up the geometry.