<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div><div class="h5"><br></div></div>Thank you, Maarten.<br>In addition, is there some other way to change the background of the pdf file, instead of<br>
specifying the bounding rectangle  and then invoking fill()?</div></blockquote><div><br></div><div>paint() uses no bounding rectangle. So:</div><div><br></div><div> cairo_set_source_rgb(cr, 0, 0, 0);</div><div> cairo_paint();</div>
<div><br></div></div><br>