Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/svg/crashtests/782141-1.svg
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
onload="go()">
<script>
function go() {
var f = document.getElementById('f');
var fm = document.getElementById('fm');
f.appendChild(fm.cloneNode(1));
}
</script>
<filter id="f">
<feMorphology id="fm" radius="2147483500"/>
</filter>
<rect height="28" width="256" filter="url(#f)" />
</svg>