Can I disable clipping in PDF output?
in
Core Library Questions
•
2 years ago
Is it possible to make the PDF output in Processing not clip stuff? So that the canvas is "endless"?
I try to render out some graphics where the size of it is not known until at the end, and because of random values being used here and there, it is difficult to recreate it. But I want to output it to a PDF, so I can print. But when it goes out of bounds, the PDF clips the graphics.
Is this what I should use beginRaw for? Or beginRecord? When I tried those, I got a message that they weren't available for my render, and I am using the default renderer now. Or PDF, as mentioned.
2