mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Enable textAlign, textBaseline and direction attributes for canvas
This commit is contained in:
parent
c21fde3751
commit
34d0c313dc
15 changed files with 486 additions and 64 deletions
|
@ -24,6 +24,7 @@ cssparser = "0.27"
|
|||
euclid = "0.20"
|
||||
font-kit = "0.7"
|
||||
fnv = "1.0"
|
||||
gfx = { path = "../gfx" }
|
||||
gleam = "0.11"
|
||||
half = "1"
|
||||
ipc-channel = "0.14"
|
||||
|
@ -32,6 +33,7 @@ lyon_geom = "0.14"
|
|||
num-traits = "0.2"
|
||||
pixels = { path = "../pixels" }
|
||||
raqote = { version = "0.8", features = ["text"] }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
servo_config = { path = "../config" }
|
||||
sparkle = "0.1.24"
|
||||
style = { path = "../style" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue