From 408a7f440902459ce8de985fdde612415f33749c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 12 Feb 2022 06:58:49 -0500 Subject: [PATCH] a note about the Windows scaling badness --- core/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 965978412..41602a3a5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -5,6 +5,9 @@ X properly set names for windowMove() and windowResize() X PDF export not working with Processing 4.0 beta 5 X https://github.com/processing/processing4/issues/395 +_ Windows scaling at 125% is stretching things to look gross +_ https://github.com/processing/processing4/issues/378 + _ finalize the solution for frame/surface methods _ https://github.com/processing/processing4/issues/53