Adding beginRecord() and endRecord() to setup() breaks my sketch
My goal for this Processing sketch is to be able to export as svg or pdf so I can then open the file in inkscape to print with my Axidraw (as I’ve done in the past with other sketches). Given that you can’t save multiple frames to one .svg file in draw(), I am attempting it in setup(). The problem I’m running into is as soon as I add beginRecord() and endRecord(), no graphics display in the sketch and the resulting svg file is blank and zero bytes in size.