updating to use the in memory rendered images for text
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
6c8cb6c5b2
commit
035f8896f1
6 changed files with 482 additions and 65 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue