mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
pdf stuff really starting to work
This commit is contained in:
@@ -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