Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Scale a circle to make an ellipse instead of Bezier curves #121

Closed punchagan closed 4 months ago

punchagan commented 4 months ago

The implementation is based on this Cairo cookbook recipe 1 that discusses drawing ellipses by scaling circles.

nikochiko commented 4 months ago

Thanks! @punchagan