integrating pdf fixes

This commit is contained in:
benfry
2006-01-19 03:19:04 +00:00
parent 1e6c5284e4
commit caa4690a4c
2 changed files with 11 additions and 6 deletions

View File

@@ -594,6 +594,7 @@ public class PGraphics extends PImage implements PConstants {
*/
public void defaults() { // ignore
//System.out.println("PGraphics.defaults() " + width + " " + height);
colorMode(RGB, TFF);
fill(TFF);
stroke(0);