Hello @cjkcjk,
Welcome to the forum.
This may help:
Renderers (and Windows scaling) - #3 by glv
Environment:
W11
Processing 4.5.6
Windows scaling set to 125%
I tried this (from post above) with it seemed to work with 1.00 now in W11!
static
{
// Forces 1:1 pixel rendering by disabling OS-level DPI scaling
System.setProperty("sun.java2d.uiScale", "1.00");
}
Give it a try and report back.
Also check out the Related posts at the bottom of the topics!
Scrutinize these topics since there are lots of variables to consider such as OS, Windows settings (scaling is one), Processing versions, etc.
Don’t get lost in there!
I get this on Processing 4.5.6 even with a blank sketch and ignore this:
:)
