mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
remove extra beginRecord() from ManyPages PDF example
This commit is contained in:
@@ -14,7 +14,6 @@ void setup() {
|
||||
size(600, 600);
|
||||
frameRate(4);
|
||||
pdf = (PGraphicsPDF)beginRecord(PDF, "Lines.pdf");
|
||||
beginRecord(pdf);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
Reference in New Issue
Block a user