<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - clip with large extents is unreliable, changes with zoom"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96429">96429</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clip with large extents is unreliable, changes with zoom
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jason@aquaticape.us
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=124391" name="attach_124391" title="cairo-test.c">attachment 124391</a> <a href="attachment.cgi?id=124391&action=edit" title="cairo-test.c">[details]</a></span>
cairo-test.c

Forwarding from <a href="https://bugs.debian.org/728358">https://bugs.debian.org/728358</a>

The PDF at
<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?filename=D.pdf;bug=728358;att=1;msg=5">https://bugs.debian.org/cgi-bin/bugreport.cgi?filename=D.pdf;bug=728358;att=1;msg=5</a>
does not always render correctly in evince or pdftocairo.  The drawing in the
middle of the page disappears at some zoom levels.  The PDF contains drawing
commands with large numbers like:

    0 0 m
    0 2147483647 l
    1098 2147483647 l
    1098 0 l
    W* n

Which means clip to a very large box.  I can reproduce this behavior in cairo
with the attached C program.  Clipping to a large rectangle will sometimes
cause any further drawing to not happen, though depending on the scaling (set
by calling cairo_scale) it will sometimes work.</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>