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 with spread_radius > border_radius explode #1916
Comments
glennw
pushed a commit
to glennw/webrender
that referenced
this issue
Oct 24, 2017
Fixes servo#1916.
bors-servo
added a commit
that referenced
this issue
Oct 24, 2017
Fix inset box shadows with spread radius > border radius. Fixes #1916. <!-- 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/1918) <!-- Reviewable:end -->
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=1411074
Testcase
Expected vs actual results:

This seems to be caused by the
sharpness_scaleadjustment that's done when computing the impact of the spread radius on the corner radius. This adjustment is in the spec, but neither Firefox nor Chrome implement it, so I think we can just drop it again.