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 upImplement clipping for `border-radius` for solid colors and images. #13
Conversation
Known issues: * Gradients are not clipped yet because they need full Sutherland-Hodgman clipping. * Clipping won't work right if borders do not have all the same size. * Clipping won't work right when multiple rounded borders intersect one another. * There are some known extraneous polygons when an actual border is present and something inside is clipped. * Clipping doesn't work right for `overflow: hidden`. (This is a Servo bug.)
glennw
added a commit
that referenced
this pull request
Oct 10, 2015
Implement clipping for `border-radius` for solid colors and images.
pcwalton
pushed a commit
to pcwalton/webrender
that referenced
this pull request
Jul 20, 2016
Add infrastructure for 3d transforms in alpha strategy.
nox
pushed a commit
to nox/webrender
that referenced
this pull request
Aug 6, 2016
Support for fixed layer per iframe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
pcwalton commentedOct 9, 2015
Known issues:
Sutherland-Hodgman clipping.
another.
present and something inside is clipped.
overflow: hidden. (This is a Servobug.)