From b42b21a4445ac7157fae4cf7fb4d74f27ae84002 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Fri, 26 Mar 2021 21:52:54 -0400 Subject: [PATCH] Update the scalar for the canvas. There is still an uncomfortable relationship between the actual scale of the image and what the "canvas" scale accomplishes. --- stipple_gen.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stipple_gen.pde b/stipple_gen.pde index 5afe5c4..5422c2d 100644 --- a/stipple_gen.pde +++ b/stipple_gen.pde @@ -78,7 +78,7 @@ import toxi.processing.*; // helper class for rendering ToxiclibsSupport gfx; -import javax.swing.UIManager; +//import javax.swing.UIManager; import javax.swing.JFileChooser; public class Config { @@ -89,7 +89,7 @@ public class Config { public int canvasWidth = 800; public int canvasHeight = 600; - public float canvasScalar = 1.25; + public float canvasScalar = 1.3; public boolean display = true; public int windowWidth = 800;