<br><br><div class="gmail_quote">On Dec 16, 2007 5:07 PM, Dirk Schönberger &lt;<a href="mailto:dirk.schoenberger@sz-online.de">dirk.schoenberger@sz-online.de</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;">
<div><div></div><div class="Wj3C7c">&gt; Is it possible to draw a rectangle without a stroke and without a fill in<br>Cairo? You could ask what is it good for -- to mark a bounding box of an &gt;<br>object, for example. For vector programs which provide so called Outline
<br>view or mode or Keyline. In another works -- I simply would not<br>&gt; stroke() or fill() them but then they will wait till the next path which<br>could be stroked() or filled() -- is it possible to discard current path?
<br>&gt; Thanks<br><br></div></div>If I understand you correctly and you just don&#39;t want to render the current<br>path, cairo_new_path() should delete the current path (and create a new<br>empty path)<br></blockquote>
<div><br>No, no, I apologize -- that last line was misleading.<br>I want it to &quot;render&quot;, so it appears in PDF or SVG, like &lt;path d=&quot;...&quot; fill=none stroke=none /&gt; -- it&#39;s there but you just can&#39;t see it :).
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Regards<br><font color="#888888">Dirk<br><br></font></blockquote></div><br>