<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 - A certain path is recorded incorrectly with a script surface"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91054">91054</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>A certain path is recorded incorrectly with a script surface
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>minor
          </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>filipp@ccpgames.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I believe the problem is in _emit_path_boxes function that is supposed to
return a status of operation, but has the following piece of code:
    if (! _cairo_path_fixed_iter_at_end (&iter)) {
    _cairo_boxes_fini (&boxes);
    return FALSE;
    }
When this return is hit, the caller assumes _emit_path_boxes succeeds and the
path is recorded incorrectly as an empty rectangle list. This can be reproduced
by recording a path 37.1,34 28,34 28,106.4 85.9,106.4 85.9,34 37.1,34.</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>