<br><br><div class="gmail_quote">On Dec 16, 2007 7:27 PM, Baz &lt;<a href="mailto:brian.ewins@gmail.com">brian.ewins@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
what&#39;s wrong with<br>cairo_set_source_rgba (cr, 0, 0, 0, 0);<br>cairo_fill (cr);<br><br>which should emit &quot;fill: rgb(0,0,0); fill-opacity: 0&quot; instead of<br>&quot;fill: none&quot;. The path will be transparent but used for flow
<br>calculations.<br><div><div></div><div class="Wj3C7c"><br></div></div></blockquote></div><br>I don&#39;t want to picky, this surely works for very most cases. However:<br>- it requires PDF 1.4<br>- probably is slower to render
<br>- doesn&#39;t work that well for lines and open curves because a line has a width which might grow the bbox<br>- that &quot;rgb(0,0,0)&quot; makes no sence for &quot;invisible&quot;<br><br>But as I said, this works for most practical purposes, so thank you!
<br>