go-p5 / p5

p5 is a simple package that provides primitives resembling the ones exposed by p5js.org
https://go-p5.github.io/
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

Error trying to use p5.Rect #63

Closed J3anSimas closed 8 months ago

J3anSimas commented 8 months ago

I am trying to use p5.Rect(382.732615, 14.503678, 52.000000, 73.000000), but it is returning the following error: "not all path contours are closed" Probably an skill issue, but can anybody help me?

sbinet commented 8 months ago

fixed it in #64 :} (it was a rounding issue)

please use v0.14.0