[Webkit-unassigned] [Bug 11483] New: Fixing rendering on the Qt platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 05:48:51 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11483

           Summary: Fixing rendering on the Qt platform
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: zack at kde.org


I never got to finish GraphicsContext port. The biggest issue was that I didn't
want to be updating pen and brush on every operation, which was basically
forced by the api. Since GraphicsContext behaves more less exactly like
QPainter I'd like to keep both in sync with each other. The patch adds
setPlatformPen, setPlatformFillColor and setPlatformFont methods to
GraphicsContext. On all platforms but Qt they're empty stubs but on the Qt
platform they allow us to keep our painter in sync with the state of
GraphicsContext without forcing the (usually expensive) state changes on every
rendering operation.
This fixes color and font handling for all rendering (meaning the pages should
now actually look correctly).


-- 
Configure bugmail: http://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