Hi all,
I'm drawing some voronoi fractures using Polygon2D objects, and it works fine. However, storing them to PDF does not, they are just not drawn at all. If however I translate them to vertex() shapes, they do get drawn, but it's not as nice and clean as with the Polygon2D objects. I was wondering whether there was a way to save these to PDF, or ideally even to SVG?
Cheers
Michael
1