From 6327ed51b414a0d063734bcc87e818f05eeef154 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 13 Feb 2026 14:44:21 -0600 Subject: [PATCH] update todo --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index 5773d61..df97c0f 100644 --- a/TODO.org +++ b/TODO.org @@ -36,6 +36,8 @@ The problem with this approach is that every change to a song's text or font met ** Made this slightly faster Since strings are allocated on the heap, I've changed how to construct the svg string a bit, but honestly, it doesn't matter too much because most of the performance cost seems to be in rendering the string using resvg. So, this can still be something that get's fixed later +* TODO Font in the song editor doesn't always use the original version + * TODO [#C] Make the presenter more modular so things are easier to change. This is vague... * TODO [#C] Figure out why the Video element seems to have problems when moving the mouse around