Closed
Bug 758958
Opened 13 years ago
Closed 11 years ago
border-radius causes white lines when applied to individual corners
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: radio, Unassigned)
References
()
Details
(Keywords: css3)
Attachments
(1 file)
159.68 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 20120215223356
Steps to reproduce:
html:
<div class="box_content">
test
</div>
css:
.box_content {
border: 8px solid #AB2A42;
border-radius: 0 0 10px 10px;
}
Now try to zoom-in and out.
Actual results:
Causes white lines on the bottom borders.
Expected results:
No white lines should appear.
![]() |
||
Updated•13 years ago
|
Component: Untriaged → Graphics
Product: Firefox → Core
QA Contact: untriaged → thebes
Reporter | ||
Comment 1•13 years ago
|
||
Delivery to the following recipient failed permanently:
untriaged@firefox.bugs
Technical details of permanent failure:
DNS Error: Domain name not found
Delivery to the following recipient failed permanently:
thebes@gfx.bugs
Technical details of permanent failure:
DNS Error: Domain name not found
![]() |
||
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 10 Branch → Trunk
Comment 2•11 years ago
|
||
Looks fine to me now. Firefox 24 x64 Linux.
![]() |
||
Comment 3•11 years ago
|
||
Yep -> resolving.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•