[cairo] Changing line color

Arjen Nienhuis a.g.nienhuis at gmail.com
Fri Aug 27 07:03:46 PDT 2010


>
>
> Thank you, Maarten.
> In addition, is there some other way to change the background of the pdf
> file, instead of
> specifying the bounding rectangle  and then invoking fill()?
>

paint() uses no bounding rectangle. So:

 cairo_set_source_rgb(cr, 0, 0, 0);
 cairo_paint();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo/attachments/20100827/b3d9181d/attachment.htm>


More information about the cairo mailing list