Combining border-radius, dashed borders and solid border creates ugly notch in corner
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: simon, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0
Steps to reproduce:
I mixed border styles on an element with rounded corners. The problem doesn't seem to happen without rounded corners.
Example:
<div style="
height: 100px;
width: 500px;
background: gray;
border-radius: 10px;
border: 1px black dashed;
border-left: 30px blue solid;">
</div>
Actual results:
The bottom-left corner has an ugly "notch" that doesn't seem to fit the description of either border-style.
Expected results:
The rendered result should have had predictable corners, without ugly notch in the corner.
I think I added this to the wrong component. Should probably be in Core. I couldn't really understand under which component the border logic falls under though. Maybe "Layout"?. Sorry for not knowing better, please move to wherever appropriate. <3
Comment 2•3 years ago
|
||
Which is where my machine would get Webrender (in sw-wr form).
Updated•3 years ago
|
Comment 3•3 years ago
|
||
![]() |
||
Comment 4•3 years ago
•
|
||
Reproducible on Windows with acceleration. Rendering quality issue with WR. No issue in Chrome.
![]() |
||
Comment 5•3 years ago
|
||
Feel free to update the severity. Not sure this qualifies as S2.
Updated•3 years ago
|
Updated•2 years ago
|
Description
•