update todo
This commit is contained in:
parent
fc445e929f
commit
2f8ee4a317
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue