<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - _cairo_pattern_get_extents : allow for a floating one pixel rounded difference"
href="https://bugs.freedesktop.org/show_bug.cgi?id=88663#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - _cairo_pattern_get_extents : allow for a floating one pixel rounded difference"
href="https://bugs.freedesktop.org/show_bug.cgi?id=88663">bug 88663</a>
from <span class="vcard"><a class="email" href="mailto:prahal@yahoo.com" title="Alban Browaeys <prahal@yahoo.com>"> <span class="fn">Alban Browaeys</span></a>
</span></b>
<pre>before patch values for the "i" in _cairo_pattern_get_extents:
- before _cairo_lround:
x1 0.598800 y1 -5.401200 x2 1.201200 y2 0.001200
- after rounding:
ix1 = 1
ix2 = 1
iy1 = -5
iy2 = 0
thus :
extents values as x 1 y -5 height 5 width 0</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>