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 upBug on spinning.html with webrender #11759
Closed
Labels
Comments
|
I saw this on some Android devices, too. Seemed to be tied to the border radius, as the problem went away on that device (Samsung Galaxy Tab 2) if I removed it: |
|
Adding P1 as I assume we want all the linked demos on the newtab page to work properly. Feel free to change it if it shouldn't be P1. |
|
This doesn't feel like it impacts the demo in a meaningful way, so I'm dropping the "omg terrible user experience must fix" label :) |
|
Closing as duplicate of #11970. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Using master servo with -w (webrender), the spinning.html drops some of the rectangles. This can be seen with the commands:
without webrender:
./mach run -r -- https://people.xiph.org/~negge/spinning.htmlhttps://people.xiph.org/~negge/servo_spinning_nowr.png
with webrender:
./mach run -r -w -- https://people.xiph.org/~negge/spinning.htmlhttps://people.xiph.org/~negge/servo_spinning_wr_bug.png