pdf mostly working, need to work out the kinks tomorrow

This commit is contained in:
benfry
2006-01-12 05:48:25 +00:00
parent 7c12eba22a
commit dc8e91b6d1
5 changed files with 41 additions and 24 deletions

View File

@@ -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");
}
//////////////////////////////////////////////////////////////