Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : strokeWeight() and stroke() not working on PDF creation

$
0
0
When you create a PGraphics, you have to specify explicitly all operations that must happen on this graphics:
pdf.strokeWeight(i);
pdf.stroke(10*i);
and so on.

Viewing all articles
Browse latest Browse all 1768

Trending Articles