<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Clipping along compositing borders in svg-edit"
   href="https://bugs.webkit.org/show_bug.cgi?id=151791#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Clipping along compositing borders in svg-edit"
   href="https://bugs.webkit.org/show_bug.cgi?id=151791">bug 151791</a>
              from <span class="vcard"><a class="email" href="mailto:pdr&#64;google.com" title="Philip Rogers &lt;pdr&#64;google.com&gt;"> <span class="fn">Philip Rogers</span></a>
</span></b>
        <pre>Minimizing this reproduction ended up being very difficult but I got it in the end.

&lt;!DOCTYPE HTML&gt;
This test passes if there is a green rectangle with a blue border going all the way around.&lt;br&gt;
&lt;svg id=&quot;svgroot&quot; width=&quot;640&quot; height=&quot;480&quot; overflow=&quot;visible&quot;&gt;
  &lt;svg id=&quot;canvasBackground&quot; x=&quot;0&quot; y=&quot;0&quot; width=&quot;640&quot; height=&quot;480&quot;&gt;
    &lt;rect width=&quot;100%&quot; height=&quot;100%&quot; fill=&quot;green&quot; stroke-width=&quot;5&quot; stroke=&quot;blue&quot;/&gt;
  &lt;/svg&gt;
&lt;/svg&gt;
&lt;script&gt;
  setTimeout(function() {
    canvasBackground.setAttribute('x', 640);
    canvasBackground.setAttribute('y', 240);
    svgroot.setAttribute('width', 1920);
    svgroot.setAttribute('height', 1440);
  }, 0);
&lt;/script&gt;</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>