Closed
Bug 527695
Opened 15 years ago
Closed 12 years ago
box-shadow causes artifacts on corners with border-radius
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stream, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(3 files, 2 obsolete files)
When -moz-box-shadow is applied to element, there are artifacts from the background color on the rounded corners.
Without -moz-box-shadow everything looks fine.
I have used -moz-linear-gradient with the new syntax on trunk. The same result is visible with simple background-color, but with gradient the problem is more visible. The artifacts on all corners are with the first defined color, even when the gradient finishes with different color.
Reporter | ||
Comment 1•15 years ago
|
||
You're talking about the faint red dots at the corners?
Almost certainly some kind of "seams" issue.
Reporter | ||
Comment 3•15 years ago
|
||
Testcase with plain background-color and increased border-width. Artifacts are even more here.
Reporter | ||
Comment 4•15 years ago
|
||
The corners are compared with high zoom level, so you can see the exact difference. The inner and outer part of the radius is different.
Updated•15 years ago
|
Blocks: border-radius
Comment 6•13 years ago
|
||
Sounds like a duplicate of bug 466572. Though this issue was the first one I stumbled over searching for this problem, so probably 466572 should be marked as duplicate of this one.
Reporter | ||
Comment 7•13 years ago
|
||
Attachment #411428 -
Attachment is obsolete: true
Attachment #411551 -
Attachment is obsolete: true
Reporter | ||
Updated•13 years ago
|
OS: Windows XP → All
Hardware: x86 → All
Comment 8•12 years ago
|
||
Attachment 541312 [details] is WFM using Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0 ID:20130116073211 with HWA on and off.
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•