pdf output + beginRaw + noStroke = unwanted white triangle borders
in
Core Library Questions
•
2 years ago
Hi,
I'm drawing in 3D with P3D and using beginRaw() and endRaw() to export to Pdf.
I'm drawing some (very very simple) shapes that I load with loadShape(), I draw them with noStroke(), fill(0) on a white background, and shape().
Everything works fine, except that in the output pdf you can see the triangles the shape is (automagically) decomposed into. INSIDE the black-filled shapes you can see superthin white edges for each triangle.
Is there a way I can this? Otherwise this renders beginRaw/endRaw pretty useless...
Thanks in advance
m.
I'm drawing in 3D with P3D and using beginRaw() and endRaw() to export to Pdf.
I'm drawing some (very very simple) shapes that I load with loadShape(), I draw them with noStroke(), fill(0) on a white background, and shape().
Everything works fine, except that in the output pdf you can see the triangles the shape is (automagically) decomposed into. INSIDE the black-filled shapes you can see superthin white edges for each triangle.
Is there a way I can this? Otherwise this renders beginRaw/endRaw pretty useless...
Thanks in advance
m.
2