Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Fixed scaling issues #100

Closed FayCarsons closed 5 months ago

FayCarsons commented 5 months ago

Refactored the Cairo backend to fix scaling+aspect ratio issues. Set up so that rendering to SVG files should be very easy, as well. This fixes both the rectangular_canvas and circle_packing demos.

nikochiko commented 5 months ago

Thanks @FayCarsons for the changes!

One comment about line width - looks good for merge otherwise.