update todo

This commit is contained in:
Chris Cochrun 2025-04-22 09:48:53 -05:00
parent fc445e929f
commit 2f8ee4a317
2 changed files with 4 additions and 2 deletions

View file

@ -551,8 +551,8 @@ pub(crate) fn slide_view<'a>(
let text = text_svg::TextSvg::new()
.text(slide_text)
.fill("#fff")
.shadow(shadow(5, 5, 5, "#000000"))
// .stroke(stroke(4, "#000"))
.shadow(shadow(2, 2, 5, "#000000"))
.stroke(stroke(2, "#000"))
.font(font)
.view()
.map(|m| Message::None);