mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
layout: background-origin attribute for gradients
Fixes the glitches mentioned in #19554. Now gradient tiles are placed in the whole bounding box.
This commit is contained in:
parent
7897bd15d7
commit
b0492f53af
8 changed files with 202 additions and 25 deletions
|
@ -10,7 +10,7 @@ name = "layout"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.6"
|
||||
app_units = "0.6.1"
|
||||
atomic_refcell = "0.1"
|
||||
bitflags = "1.0"
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue