[Webkit-unassigned] [Bug 6327] New: KCanvasImage should fold into QPixmap

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jan 1 13:34:07 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6327

           Summary: KCanvasImage should fold into QPixmap
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P4
         Component: SVG
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: macdome at opendarwin.org


KCanvasImage should fold into QPixmap

About the only value-add KCanvasImage attempts to bring to WebCore is the ability to get a "context" out 
of an image, into which one can draw.

This functionality should just fold into QPixmap instead.  QPixmap could have a set of 
KRenderingDeviceContext *lockFocus(); void unlockFocus(); calls which allow us to draw into the pixmap.  
(Possibly returnign QPainter* instead?  Or whatever we decide our "context" model in KWQ to be.)

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