Enable textAlign, textBaseline and direction attributes for canvas

This commit is contained in:
Utsav Oza 2020-06-07 01:38:04 +05:30
parent c21fde3751
commit 34d0c313dc
15 changed files with 486 additions and 64 deletions

3
Cargo.lock generated
View file

@ -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",