mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Auto merge of #18890 - glennw:update-wr-clip-text-aa, r=jdm
Update WR (details below): * Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux. <!-- 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/18890) <!-- Reviewable:end -->
This commit is contained in:
commit
d3d2b0261a
34 changed files with 87 additions and 77 deletions
|
@ -0,0 +1,6 @@
|
|||
[mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
bug: https://github.com/servo/webrender/issues/1776
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[transform-3d-rotateY-stair-below-001.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/webrender/issues/1776
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue