Merge pull request #1908 from alec-deason/bug/convert_text
Run convert_text on svg trees so text renders correctly
This commit is contained in:
commit
3408ab111f
2 changed files with 14 additions and 4 deletions
|
|
@ -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"
|
||||
xxhash-rust = { version = "0.8", features = ["xxh3"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue