[Webkit-unassigned] [Bug 41313] New: Wx: Need to implement GraphicsContext::clipConvexPolygon()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 15:08:40 PDT 2010


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

           Summary: Wx: Need to implement
                    GraphicsContext::clipConvexPolygon()
           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
                CC: 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. To enable the new and much improved code for Wx, GraphicsContext::clipConvexPolygon() needs to be implemented, and then Wx should be added to the list of platforms that set #define HAVE_PATH_BASED_BORDER_RADIUS_DRAWING in RenderObject.h

I would like to note that Wx already has a function implemented called GraphicsContext::drawConvexPolygon(). So hopefully it is straightforward to use some of that same logic for clipping instead of drawing.

-- 
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