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 upExtend the display list to support border styles #446
Closed
Comments
|
This is basically done. We should open issues about specific styles like dotted that aren't supported yet. |
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
Also, render them correctly. Right now the style is not specified.