Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Fixing broken merge & clearing Cairo paths #109

Closed FayCarsons closed 5 months ago

FayCarsons commented 5 months ago

When merging main onto the color-system branch VSCode's merge conflict UI features stopped working for me, I thought I caught everything but it looks like some old code made it through.

This fixes that and adds a call to Cairo.Path.clear to every render function, fixing some render errors I noticed on more complex examples.