Bug 6327 - KCanvasImage should fold into QPixmap
Summary: KCanvasImage should fold into QPixmap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 5969
  Show dependency treegraph
 
Reported: 2006-01-01 13:34 PST by Eric Seidel (no email)
Modified: 2006-12-21 04:45 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.)
Comment 1 Eric Seidel (no email) 2006-12-21 04:45:52 PST
I think this can be closed now.  Especially with WildFox's new ImageBuffer class.