<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ctx.drawImage fails silently if arguments are non-integers"
   href="https://bugs.webkit.org/show_bug.cgi?id=160804#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ctx.drawImage fails silently if arguments are non-integers"
   href="https://bugs.webkit.org/show_bug.cgi?id=160804">bug 160804</a>
              from <span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=160804#c2">comment #2</a>)
<span class="quote">&gt; Not a JS bindings bug. We fail the following check in the drawImage()
&gt; implementation:
&gt;     if (!imageRect.contains(normalizedSrcRect))
&gt;         return;</span >

srcRect:
[0.100000, 0.000000, 100.000000 100.000000]
normalizedSrcRect:
[0.100000, 0.000000, 100.000000 100.000000]
imageRect:
[0.000000, 0.000000, 100.000000 100.000000]

Technically, it is true that imageRect.contains does not fully contain normalizedSrcRect / srcRect.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>