Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInset box-shadows render incorrectly in some cases #2182
Closed
Comments
bors-servo
added a commit
that referenced
this issue
Jan 8, 2018
Fix inflate size for inset box shadow. The inflate size should be multiplied by 2 when downscaling to guarantee the 1 pixel extra edge. This should fix issue #2182 and [bug 1423696](https://bugzilla.mozilla.org/show_bug.cgi?id=1423696). gecko try result: https://treeherder.mozilla.org/#/jobs?repo=try&revision=aac72b3488afd74fce9afcd4edf7ce17763bd57e&selectedJob=154326187 There is an unexpected-pass test. I will add a patch to bug 1423696. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2261) <!-- Reviewable:end -->
|
This is resolved fixed in bugzilla. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bugzilla.mozilla.org/show_bug.cgi?id=1423696
Testcase
Actual vs expected results:

It looks like the element's shape also clips the pre-blur shadow shape, instead of just clipping the blurred result.