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 upDotted borders render incorrectly #1932
Comments
|
Seems related to having a radius < width for the border
renders as: FWIW I've seen this on Linux and on Windows with my discreet GPU |
|
I traced it down to the creation of All I can find in the CSS spec is "The border is a series of dots." |
|
For reference, Gecko has a pretty complex dotted corner implementation (with delicious ascii art) but it doesn't link to any spec. |
|
@nical Based on experience with CSS 2.1, I highly doubt there's a detailed spec for dotted borders. |
|
bugzilla entry: https://bugzilla.mozilla.org/show_bug.cgi?id=1415246 |
Fix rendering of dotted corners when corner radius < border width. Fixes #1932. <!-- 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/2007) <!-- Reviewable:end -->
Fix rendering of dotted corners when corner radius < border width. Fixes #1932. <!-- 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/2007) <!-- Reviewable:end -->
Fix rendering of dotted corners when corner radius < border width. Fixes #1932. <!-- 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/2007) <!-- Reviewable:end -->

Hi,
I've noticed dotted borders render the corners seemingly incorrectly.