mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Skip missing glyphs when drawing 2d canvas text.
This commit is contained in:
parent
8067a2fe94
commit
8ecc1a80a7
3 changed files with 27 additions and 3 deletions
|
@ -31,6 +31,7 @@ ipc-channel = "0.14"
|
|||
log = "0.4"
|
||||
lyon_geom = "0.14"
|
||||
num-traits = "0.2"
|
||||
pathfinder_geometry = "0.5"
|
||||
pixels = { path = "../pixels" }
|
||||
raqote = { version = "0.8", features = ["text"] }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue