We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hi. am i going to have to roll my own rounded rectangles if i want them without a stroke applied? rect() seems to use the stroke color for the corners, all i get with noStroke() or a transparent stroke are blocks. If I am, how do I replicate what rect() does using curves, for example? I found https://www.processing.org/discourse/beta/num_1201879926.html this.
I don't know if this is intentional or a bug? All I want are rectangles without strokes, where the background shows through the rounded parts.
Answers
This worked for me
Yes, it now seems to work as expected in my sketch as well. Some kind of fluke? Thanks!