mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
integrating pdf fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user