Bug 6327

Summary: KCanvasImage should fold into QPixmap
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 5969    

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.