<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 - The clip out operation does not work properly if the surface is smaller than the path for the clipping."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100722">100722</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>The clip out operation does not work properly if the surface is smaller than the path for the clipping.
          </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>image backend
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>yoon@igalia.com
          </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=130915" name="attach_130915" title="Patch includes test cases and expected results">attachment 130915</a> <a href="attachment.cgi?id=130915&action=edit" title="Patch includes test cases and expected results">[details]</a></span>
Patch includes test cases and expected results

Whenever we are going to draw a text box with decorations, WebKit clips out the 
in side of the text box to prevent bleeding while filling patterns.

However, Cairo doesn't apply clips properly if the follwing conditions are
satisfied:

(1) Creates and apply a path for the clipping out which is not rectanglar.
(2) Creates and apply a path for the cliping in after the clip out operation.
(3) The filling area of the clipping out and the filling area of the clipping
in
does not intersect on the target surface.

I attached test cases for this bug and expected results.</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>