From a904cf4f367254ef63a716893660bfb028cfc9d9 Mon Sep 17 00:00:00 2001 From: iris-ai <4+iris-ai@noreply.localhost> Date: Sat, 19 Sep 2026 15:07:51 -0400 Subject: [PATCH] TODO: transforms on a move entry, for stretch and rotation --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index cdfba7e..1110482 100644 --- a/TODO +++ b/TODO @@ -14,3 +14,13 @@ WidgetRef or smth instead of Id vecs for each widget type? POTENTIAL BUG: closures that store IDs will not decrement the id!!! need to not increment id if moved into closure somehow??? wait no, need to decrement ID every time an event fn is added...... only if the id is used in it..?? + +transforms on a move entry (scale + rotation) + an entry is a translation today; composing through one scales the rel + part and passes px through untouched, so fixed-size content and glyphs + do not follow a shortened entry + want a real transform per entry, resolved in resolve_move the way the + translation already is, so a whole subtree transforms with one buffer + write and no redraw + wanted for compose-style stretch at the end of a scroll area, and for + rotation generally