working on tweaks for recordRaw() and dxf/ai support

This commit is contained in:
benfry
2006-02-27 20:44:03 +00:00
parent 849c4f5401
commit 94065bf9ac
6 changed files with 53 additions and 35 deletions

View File

@@ -12,7 +12,7 @@ import processing.core.*;
public class PGraphicsPDF extends PGraphics2 {
File temp;
int frameCount;
//int frameCount;
File file;
Document document;
PdfWriter writer;