updating to use the in memory rendered images for text
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-09-05 13:05:54 -05:00
parent 6c8cb6c5b2
commit 035f8896f1
6 changed files with 482 additions and 65 deletions

View file

@ -812,7 +812,6 @@ pub(crate) fn slide_view(
let text: Element<Message> =
if let Some(text) = &slide.text_svg {
if let Some(handle) = &text.handle {
debug!("we made it boys");
Image::new(handle)
.content_fit(ContentFit::Cover)
.width(Length::Fill)