From 53b90afbdb7838064abeb581468f96d54de7608a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 24 Apr 2025 14:33:51 -0500 Subject: [PATCH] updating todo --- todo.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo.org b/todo.org index 32f41cb..2c42ef7 100644 --- a/todo.org +++ b/todo.org @@ -6,6 +6,9 @@ This does almost work. There is a clear amount of lag or rather hang up since sw Actually, what if we just made the svg at load/creation time and stored it in the file system for later, then load the entire songs svg's into memory during the presentation to speed things up? Would that be faster than creating them at on the fly? Is it the creation of them that is slow or the rendering? +** SVG performs badly +Since SVG's apparently run poorly in iced, instead I'll need to see about either creating a new text element, or teaching Iced to render strokes and shadows on text. + * TODO [#C] Make the presenter more modular so things are easier to change. * TODO [#A] Need to fix tests now that the basic app is working