Fix expect message in iced_tiny_skia::vector
This commit is contained in:
parent
a2a96adf7a
commit
bb30b137d8
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ impl Cache {
|
|||
if let Some(svg) = &mut svg {
|
||||
if svg.has_text_nodes() {
|
||||
let mut font_system =
|
||||
text::font_system().write().expect("Read font system");
|
||||
text::font_system().write().expect("Write font system");
|
||||
|
||||
svg.convert_text(font_system.raw().db_mut());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue