Hi forum,
I'm trying to fill a simple shape (like a circle) with a generative pattern. Or, create a pattern and mask off everything that's not within the circle. I haven't made the pattern yet, but before I embark on this journey I want to know if it's do-able. I haven't had much luck in searching for it on the internet.
I'm looking at
this post as a reference but what I want to do is simpler than that:
load svg
multiply it in a pattern formation
draw ellipse
mask off extra
OR
draw ellipse
load svg, make pattern
place "inside" ellipse
The effect I'm looking for is similar to this:
Can anyone point me in the right direction? I'm just not sure what functions to use. It has to be simple because I'm not using beginShape() or endShape(), just the simple steps I mentioned above.
Thank you to anyone who knows how to do this.
1