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 upComplete border implementation #444
Closed
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Tests for HTML's resolve URLs
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Shared clip source for the shaders This will make it easier to introduce clipped primitives outside of the currently supported rectangles and images (related to servo#405). Also includes servo#443 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/444) <!-- Reviewable:end -->
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
I just noticed while reading over servo#444 that this same line is commented for clipping. This was making the alpha component of the border radius being always zero. This brings back the border radius on Linux. I didn't notice any other issue. Not totally sure why this only happens on Intel cards though, probably is a floating point math issue?
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Bring the border radius back on Linux. I just noticed while reading over servo#444 that this same line is commented for clipping. This was making the alpha component of the border radius being always zero. This brings back the border radius on Linux. I didn't notice any other issue. Not totally sure why this only happens on Intel cards though, probably is a floating point math issue? Also, this improves the appearance with `LIBGL_ALWAYS_SOFTWARE=1` too, which I guess is the canonical representation. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/446) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.w3.org/TR/CSS2/box.html#border-properties
Including: