[Webkit-unassigned] [Bug 151791] Clipping along compositing borders in svg-edit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 21:31:39 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151791

--- Comment #3 from Philip Rogers <pdr at google.com> ---
Minimizing this reproduction ended up being very difficult but I got it in the end.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151204/6efc749d/attachment.html>


More information about the webkit-unassigned mailing list