Sudha247 / ocaml-joy

MIT License
21 stars 14 forks source link

Optimize polygon rendering & fix polygon fill #115

Closed FayCarsons closed 5 months ago

FayCarsons commented 5 months ago

I noticed polygon fill didn't work and was digging through Cairo documentation and realized it was also sort of inefficient, so I fixed both of those and made a fill_rect example.