You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @williamngan, I was wondering if there was any interest to support polygons with holes in the API? I see that the canvas API supports it (stackoverflow).
The text was updated successfully, but these errors were encountered:
I think the fill itself will be automatic, it's more about building the path. We'll need something like a polygonWithHoles(ptRings: PtLikeIterable[]) where the first ring is the outer one and then the others are the holes. Or maybe polygonWithHoles(pts: PtLikeIterable, holes: PtLikeIterable[]). What do you think? Any preferred naming/vocabulary?
I'm also swamped for now, but I've got a card opened for this in our backlog ;)
Hey @williamngan, I was wondering if there was any interest to support polygons with holes in the API? I see that the canvas API supports it (stackoverflow).
The text was updated successfully, but these errors were encountered: