I’m trying to draw on a canvas where there is a circle overlapping a rectangle. I want a border around the circle of a few pixels, but to be of the window background color.
I’m trying to clear a slightly larger oval behind the one that will be visible, so it appear that the rectangle has a cutout.
I know there is a clearRectangle method, but there isn’t a similar clearOval.
If I try drawingColor = color.clear, it (obviously) draws nothing and the existing color remains.
Sorry if this isn’t clear…
Help?
14 posts - 7 participants