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 upRadius inside radius doesn't work anymore #241
Closed
Comments
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
Apr 1, 2016
This allows WebRender to correctly render complex clipping regions that can be reduced to single rounded rectangles. WebRender still can't render rounded rectangles with arbitrary intersections yet, but this allows it to handle many more cases. Closes servo/webrender#241.
bors-servo
added a commit
to servo/servo
that referenced
this issue
Apr 1, 2016
…glennw gfx: Simplify complex clipping regions as we construct them. This allows WebRender to correctly render complex clipping regions that can be reduced to single rounded rectangles. WebRender still can't render rounded rectangles with arbitrary intersections yet, but this allows it to handle many more cases. Closes servo/webrender#241. r? @glennw <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10331) <!-- Reviewable:end -->
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…nstruct them (from pcwalton:simplify-complex-clipping-regions); r=glennw This allows WebRender to correctly render complex clipping regions that can be reduced to single rounded rectangles. WebRender still can't render rounded rectangles with arbitrary intersections yet, but this allows it to handle many more cases. Closes servo/webrender#241. r? glennw Source-Repo: https://github.com/servo/servo Source-Revision: 4e215177962a50f1cfd9f21d95ecfd3a76a31602 UltraBlame original commit: d6fb6115f3f8d364822ec1d424eebf6ecda89ec7
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…nstruct them (from pcwalton:simplify-complex-clipping-regions); r=glennw This allows WebRender to correctly render complex clipping regions that can be reduced to single rounded rectangles. WebRender still can't render rounded rectangles with arbitrary intersections yet, but this allows it to handle many more cases. Closes servo/webrender#241. r? glennw Source-Repo: https://github.com/servo/servo Source-Revision: 4e215177962a50f1cfd9f21d95ecfd3a76a31602 UltraBlame original commit: d6fb6115f3f8d364822ec1d424eebf6ecda89ec7
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…nstruct them (from pcwalton:simplify-complex-clipping-regions); r=glennw This allows WebRender to correctly render complex clipping regions that can be reduced to single rounded rectangles. WebRender still can't render rounded rectangles with arbitrary intersections yet, but this allows it to handle many more cases. Closes servo/webrender#241. r? glennw Source-Repo: https://github.com/servo/servo Source-Revision: 4e215177962a50f1cfd9f21d95ecfd3a76a31602 UltraBlame original commit: d6fb6115f3f8d364822ec1d424eebf6ecda89ec7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This used to work.
Maybe it's a regression due to servo/servo#9810