<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - cairo_region cannot be used with CLIP, as NO public API is exposed to use it in cairo_context/surface"
href="https://bugs.freedesktop.org/show_bug.cgi?id=55836#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - cairo_region cannot be used with CLIP, as NO public API is exposed to use it in cairo_context/surface"
href="https://bugs.freedesktop.org/show_bug.cgi?id=55836">bug 55836</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>What you are looking for and what cairo will provide are two separate things...
Separating the action of adding the path from the operation, provides much
greater flexibilty. For example:
cairo_append_region();
cairo_clip_preserve();
cairo_stroke();
And cairo is still free to use the knowledge that we have a region to optimise
it path.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>