mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
pdf mostly working, need to work out the kinks tomorrow
This commit is contained in:
@@ -256,6 +256,15 @@ public class PGraphicsPDF extends PGraphics2 {
|
||||
}
|
||||
|
||||
|
||||
public void endRaw() {
|
||||
System.out.println("ending raw");
|
||||
super.endRaw();
|
||||
System.out.println("disposing");
|
||||
dispose();
|
||||
System.out.println("done");
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user