From 182b1d472996adfaac70c1645adb4eeb3fd09d01 Mon Sep 17 00:00:00 2001 From: shadow cat Date: Fri, 14 Nov 2025 14:43:36 -0500 Subject: [PATCH] add detail on what the problem is in todo --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index ac8ddc3..52efdfe 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,16 @@ masks r just made to bare minimum work move span lengths to the children themselves +retained mode is broken + problematic path: + resize target gets set to something above an aligned + aligned finds size 0 for example on og draw + element gets size > 0 and redraws the resize target + target doesn't change aligned region, so it gets skipped + og gets redrawn, but aligned originally set region to 0 and didn't get updated + so should probably just store direct parents and go up that way + but need to be careful to not break the chain + scaling could be just a simple scaling factor that multiplies abs and need to ensure text uses raw abs and not scaled abs