Hello all:
I want to make a very simple thing. Create a square and rotate it 45 degrees and then mask it with another square..
.
I don't want to do it using PImages or raster images in general; I want it to be purely vectorial (for PDF export not containing images), and only using rect()
How can I do this? I have seen a way to do it with the geomerative library but the result is broken when you magnify it.
The toxi library apparently has also something (SutherlandHodgemanClipper). Does processing include something natively to do this kind of tasks? In actionscript 3 was super easy to create advanced masks not only with bitmaps!
Couldn't find it here in the forum or in the processing documentation!
Thanks a lot
1