[cairo] cairo reset

Mike Emmel mike.emmel at gmail.com
Fri Sep 22 08:30:35 PDT 2006


On 9/22/06, Kevin Brooks <kb_list at yahoo.com> wrote:
> Hello,
>
> I want to know if there is something like
> "cairo_reset(cairo_t*)" function to "reset" cairo
> context or it must be destroyed and created to start
> over again.
>
To add to this cairo issues a number on non fatal errors esp ones about the path
not existing there is no way to reset cairo_status_t if you can handle
the problem
i.e. catch the error and continue. Once cairo_status_t is set your dead.
In general there seem to be systematic problems in the code with operations
that can be performed without a path and those that require a path.
By sys

> Thanks your help.
>
> Kev
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> cairo mailing list
> cairo at cairographics.org
> http://cairographics.org/cgi-bin/mailman/listinfo/cairo
>


More information about the cairo mailing list