first stages of pdf with filename working

This commit is contained in:
benfry
2006-01-12 01:38:20 +00:00
parent 896da597fb
commit 11be1683cc
5 changed files with 54 additions and 41 deletions

View File

@@ -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;
}
}