update todo

This commit is contained in:
Chris Cochrun 2026-02-13 14:44:21 -06:00
parent 4ae0fea807
commit 6327ed51b4

View file

@ -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