mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Auto merge of #25512 - servo:background-image, r=nox
Render `background-image: url(…)` … and support most `background-*` properties. Still to do: * `background-attachment` * Gradients
This commit is contained in:
commit
1de92906e8
314 changed files with 1275 additions and 136 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -2873,12 +2873,15 @@ dependencies = [
|
|||
"cssparser",
|
||||
"embedder_traits",
|
||||
"euclid",
|
||||
"fnv",
|
||||
"gfx",
|
||||
"gfx_traits",
|
||||
"ipc-channel",
|
||||
"libc",
|
||||
"mitochondria",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot",
|
||||
"range",
|
||||
"rayon",
|
||||
"rayon_croissant",
|
||||
|
@ -2887,6 +2890,7 @@ dependencies = [
|
|||
"serde",
|
||||
"servo_arc",
|
||||
"servo_geometry",
|
||||
"servo_url",
|
||||
"style",
|
||||
"style_traits",
|
||||
"unicode-script",
|
||||
|
@ -2963,6 +2967,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"script",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue