mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
first stages of pdf with filename working
This commit is contained in:
@@ -3537,11 +3537,4 @@ public class PGraphics extends PImage implements PConstants {
|
||||
throw new RuntimeException("recordRaw() not supported " +
|
||||
"by this renderer.");
|
||||
}
|
||||
|
||||
public PGraphics recordRaw(String renderer, String filename) {
|
||||
PGraphics rec =
|
||||
PApplet.createGraphics(width, height, renderer, null, filename);
|
||||
recordRaw(rec);
|
||||
return rec;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user