mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
setSize() method for offscreen surface
This commit is contained in:
@@ -104,7 +104,7 @@ public class PGraphicsPDF extends PGraphicsJava2D {
|
||||
|
||||
@Override
|
||||
public PSurface createSurface() {
|
||||
return surface = new PSurfaceNone();
|
||||
return surface = new PSurfaceNone(this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user