mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #17441 - glennw:update-wr-fill-z, r=KiChjang
Update WR (z-buffer fix, border-image fill support). <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17441) <!-- Reviewable:end -->
This commit is contained in:
commit
7543acc257
2 changed files with 28 additions and 27 deletions
|
@ -371,6 +371,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
|
|||
height: image.image.height,
|
||||
slice: image.slice,
|
||||
},
|
||||
fill: image.fill,
|
||||
outset: image.outset,
|
||||
repeat_horizontal: image.repeat_horizontal,
|
||||
repeat_vertical: image.repeat_vertical,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue