Open
Bug 925577
Opened 12 years ago
Updated 3 years ago
Visible seam in middle of border when using border-radius and rotate
Categories
(Core :: Graphics, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: eevee, Unassigned)
References
()
Details
(Whiteboard: DUPEME?)
Attachments
(1 file)
5.44 KB,
image/png
|
Details |
Create an element, give it a border-radius, give the borders different colors, and rotate it. Transparent seams appear down the middle of each border.
See: http://jsfiddle.net/A62BH/1/
The effect does not appear if:
- All four borders are the same color
- The element is not rotated, or is rotated by a multiple of 90deg
The size of the element, the width of the borders, and border-style don't seem to matter.
I'm not GPU-accelerated atm, but Windows users who presumably are also see the seams.
Reporter | ||
Comment 1•12 years ago
|
||
See also bug 455308 and bug 623972, which describe similar problems but don't seem to mention this one.
It appeared when transforms have been unprefixed (see bug 745523).
Updated•12 years ago
|
Flags: needinfo?(Ms2ger)
Updated•11 years ago
|
Flags: needinfo?(Ms2ger)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•