mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +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
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -505,6 +505,7 @@ dependencies = [
|
|||
"euclid",
|
||||
"fnv",
|
||||
"font-kit",
|
||||
"gfx",
|
||||
"gleam 0.11.0",
|
||||
"half",
|
||||
"ipc-channel",
|
||||
|
@ -513,6 +514,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"pixels",
|
||||
"raqote",
|
||||
"servo_arc",
|
||||
"servo_config",
|
||||
"sparkle",
|
||||
"style",
|
||||
|
@ -5434,6 +5436,7 @@ dependencies = [
|
|||
"encoding_rs",
|
||||
"euclid",
|
||||
"fallible",
|
||||
"font-kit",
|
||||
"fxhash",
|
||||
"hashglobe",
|
||||
"html5ever",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue