Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

box-shadow is not rendered correctly via webrender #11661

Closed
ocerman opened this issue Jun 7, 2016 · 1 comment
Closed

box-shadow is not rendered correctly via webrender #11661

ocerman opened this issue Jun 7, 2016 · 1 comment

Comments

@ocerman
Copy link

@ocerman ocerman commented Jun 7, 2016

<!doctype html>
<html><body style="padding: 60px;">
    <div style="width: 300px; height: 40px; background: white; box-shadow: 0px 0px 20px 5px darkblue;"></div>
</body></html>

Without webrender:
b1
With webrender:
b2

bors-servo added a commit to servo/webrender that referenced this issue Jun 9, 2016
Fix box shadow issue

servo/servo#11661 shows that box shadow is not rendered correctly when the box's width is big and height is small.
This PR should fix this issue.
@stshine
Copy link
Contributor

@stshine stshine commented May 5, 2017

Rendering is correct is current master.

@stshine stshine closed this May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.