mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
pdf stuff really starting to work
This commit is contained in:
@@ -935,6 +935,19 @@ public class PGraphics2 extends PGraphics {
|
||||
}
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
public void beginRaw(PGraphics recorderRaw) {
|
||||
throw new RuntimeException("beginRaw() not available with this renderer");
|
||||
}
|
||||
|
||||
|
||||
public void endRaw() {
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user