[cairo] Clip region problems
Keith Packard
keithp at keithp.com
Wed Apr 27 08:59:10 PDT 2005
On Wed, 2005-04-27 at 11:33 -0400, Owen Taylor wrote:
> > 4. Only allow a surface to be used for a single thing at a same time
> >
> > - two cairo_t's cannot be active for the same target surface
> > - a surface that is the target of a cairo_t cannot be used
> > as a source.
> >
> > Pro: Simple
> > Con: Fairly big restriction
I don't mind limiting us to one cairo_t per surface, but it seems harsh
to prohibit using a surface for both dest and source at the same time.
What do we need to solve to make this possible? Do we just need more
state in the cairo_surface_t object?
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050427/e53c556f/attachment.pgp
More information about the cairo
mailing list