RESOLVED FIXED 6327
KCanvasImage should fold into QPixmap
https://bugs.webkit.org/show_bug.cgi?id=6327
Summary KCanvasImage should fold into QPixmap
Eric Seidel (no email)
Reported 2006-01-01 13:34:06 PST
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.)
Attachments
Eric Seidel (no email)
Comment 1 2006-12-21 04:45:52 PST
I think this can be closed now. Especially with WildFox's new ImageBuffer class.
Note You need to log in before you can comment on or make changes to this bug.