mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
pdf stuff really starting to work
This commit is contained in:
+10
-1
@@ -3799,12 +3799,21 @@ public class PGraphics3 extends PGraphics {
|
||||
// RAW SHAPE RECORDING
|
||||
|
||||
|
||||
public void recordRaw(PGraphics recorderRaw) {
|
||||
/*
|
||||
public void beginRaw(PGraphics recorderRaw) {
|
||||
this.recorderRaw = recorderRaw;
|
||||
recorderRaw.beginFrame();
|
||||
}
|
||||
|
||||
|
||||
public void endRaw() {
|
||||
if (recorderRaw != null) {
|
||||
recorderRaw.endFrame();
|
||||
recorderRaw = null;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user