[Webkit-unassigned] [Bug 26444] New: Reflection of a box with rounded corners AND a shadow creates clipping / alias issues in reflected object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 07:11:41 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26444

           Summary: Reflection of a box with rounded corners AND a shadow
                    creates clipping / alias issues in reflected object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyyoung at me.com


STEPS TO RECREATE:
1. Create a DIV with rounded corners (A).
2. Add a shadow to object (A).
3. Add a reflection to object (A).

RESULTS:
Notice that the corners of the reflected object are not transparent, but are
rather filled with the shadow color. Also, when animating the rotation or scale
of object (A) using CSS animation you will notice alias or clipping issues
where the shadow color is shown even on "flat" edges. My test case shows this
issue.

EXPECTED:
The shadow should NOT be copied to the reflection object, thus preventing the
clipping / alias issues that occur with rounded corner objects.

I noticed this bug in the release version of Safari 4.0 for Mac - Version 4.0
(5530.17)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list