<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Polygon clipping to surface fails for large coordinate values, limitations of the API not documented."
href="https://bugs.freedesktop.org/show_bug.cgi?id=20091#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Polygon clipping to surface fails for large coordinate values, limitations of the API not documented."
href="https://bugs.freedesktop.org/show_bug.cgi?id=20091">bug 20091</a>
from <span class="vcard"><a class="email" href="mailto:peter.seefried@gmx.de" title="Peter Seefried <peter.seefried@gmx.de>"> <span class="fn">Peter Seefried</span></a>
</span></b>
<pre>I experience some crap drawing with much smaller numbers when doing..
cairo_move_to (cr, x1, y1 );
cairo_line_to (cr, x2, y2 );
with
x1=700,457386 y1=478,073704 x2=39032,412069 y2=141,069173
Probably cairo does some internal computation, and maybe some of the values
there exceed the limit.
As a workaround, some clipping code before calling cairo_bla should work. But..
degree_of_reliance--;</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>