Closed
Bug 576170
Opened 15 years ago
Closed 7 years ago
Add a draw_image() abstraction to the cairo d2d backend
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
People
(Reporter: jrmuizel, Unassigned)
References
Details
cairo doesn't currently have a draw_image() primitive however some of the backends do support this kind of operation. I think it would be a useful abstraction to try to turn a fill() that is the bounds of a texture into an internal draw_image(). I have some rough code that does this but it will need some work before it's ready to go.
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 1•7 years ago
|
||
Moz2D has DrawSurface which has this functionality.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•