clearing the screen without calling to background() for PDF export
in
Core Library Questions
•
2 months ago
Hello all:
I always use background(value) to clear the screen before generating a new execution of my algorithm, animation, etc.
The problem is that I don't know how to clear the screen without using background(value) and I couldn't find any way to do it in this forum or google.
The reason why I want to avoid using background(value) is that I want to export several PDF files with transparent background.
When I don't call to background(value) this happens: the PDF gets exported without background (as I want).
Any advice?
Thanks in advance for your reply.
1