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.

This commit is contained in:
mattmcw 2021-03-26 21:52:54 -04:00
parent cb98cacb13
commit b42b21a444
1 changed files with 2 additions and 2 deletions

View File

@ -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;