Bug 6327
| Summary: | KCanvasImage should fold into QPixmap | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | SVG | Assignee: | 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 | ||
Eric Seidel (no email)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I think this can be closed now. Especially with WildFox's new ImageBuffer class.