[Webkit-unassigned] [Bug 41301] New: Drawing border-radius from path sometimes fails to round outer border in the double style when it should

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 14:01:49 PDT 2010


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

           Summary: Drawing border-radius from path sometimes fails to
                    round outer border in the double style when it should
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


http://trac.webkit.org/changeset/62035 introduced a new method of drawing border-radius using paths. Right now, this new code is only enabled for some platforms…if you want to know if your favorite platform has the new code path enabled, see if it has been added to #define HAVE_PATH_BASED_BORDER_RADIUS_DRAWING in RenderObject.h.

Attached is a test case that demonstrates a bug in the new code. The outer border should be rounded on the inside. This should probably be fixed in RenderBoxModelObject's borderWillArcInnerEdge. I included the following FIXME--> 

// FIXME: This test is insufficient. We need to take border style into account.

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


More information about the webkit-unassigned mailing list