Open
Bug 760358
Opened 12 years ago
Updated 2 years ago
Seams near the corners when drawing a solid-color border with different borders widths on different sides on a rotated div
Categories
(Core :: Graphics, defect)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
58.22 KB,
image/png
|
Details |
See testcase at http://jsfiddle.net/tpDyA/, which basically has these styles on a div:
-moz-transform:rotate(4deg);
border-top: 105px;
border-right: 110px;
border-bottom: 115px;
border-left: 120px;
border-color: black;
Updated•12 years ago
|
Blocks: border-radius
Comment 1•8 years ago
|
||
Can’t replicate on current OS X nightly. Fixed by the recent border code rewrite maybe?
Updated•2 years ago
|
Severity: normal → S3
Comment 3•2 years ago
|
||
I can't reproduce this anymore. Alex, are you still seeing this?
Flags: needinfo?(elennaro)
Comment 4•2 years ago
|
||
Bug 1540200 fixed this. I'm not closing this yet because I'd like to add a reftest.
Depends on: 1540200
Flags: needinfo?(elennaro)
You need to log in
before you can comment on or make changes to this bug.
Description
•