Call convert_text on svg node before rendering

`tiny-skia` does not support text rendering, so we
convert the text nodes to path nodes prior to that.
This commit is contained in:
Héctor Ramón Jiménez 2023-11-11 04:03:25 +01:00
parent 751ea77c29
commit 2aaaf2cd0c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 14 additions and 4 deletions

View file

@ -140,14 +140,14 @@ ouroboros = "0.17"
palette = "0.7"
qrcode = { version = "0.12", default-features = false }
raw-window-handle = "0.5"
resvg = "0.35"
resvg = "0.36"
rustc-hash = "1.0"
smol = "1.0"
softbuffer = "0.2"
syntect = "5.1"
sysinfo = "0.28"
thiserror = "1.0"
tiny-skia = "0.10"
tiny-skia = "0.11"
tokio = "1.0"
tracing = "0.1"
twox-hash = { version = "1.0", default-features = false }