updating text_svg to perhaps contain the handle

This commit is contained in:
Chris Cochrun 2025-05-05 10:37:51 -05:00
parent 1a2ff0a4bc
commit b95e76eff4
3 changed files with 29 additions and 25 deletions

View file

@ -1,6 +1,7 @@
#+TITLE: The Task list for Lumina
* TODO Check into =mupdf-rs= for loading PDF's.
* TODO [#A] Text could be built by using SVG instead of the text element. Maybe I could construct my own text element even
This does almost work. There is a clear amount of lag or rather hang up since switching to the =text_svg= element. I think I may only keep it till I can figure out how to do strokes and shadows in iced's normal text element.