Error when exporting to PDF using processing.pdf

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?

Tagged:

Answers

  • because you're trying to use filter() and exporting to pdf. there is no filter() for pgraphicsPDF.

Sign In or Register to comment.