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

gfx: Simplify complex clipping regions as we construct them. #10331

Merged

Commits on Apr 1, 2016

  1. 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.
    pcwalton committed Apr 1, 2016
You can’t perform that action at this time.