We are about to switch to a new forum software. Until then we have removed the registration on this forum.
When I try to export my Processing project as a pdf vector I'm getting this error: "No filter() for PGraphicsPDF"
I used this filer command in my code:
filter(BLUR,5);
Can anybody help me why I get this error?
Answers
because you're trying to use filter() and exporting to pdf. there is no filter() for pgraphicsPDF.