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/522394-2.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<defs>
<filter id="f1" x="0" y="0" width="100000000" height="100000000" filterUnits="userSpaceOnUse" primitiveUnits="userSpaceOnUse">
<feFlood flood-color="lime" x="0" y="0" width="100%" height="100%"/>
</filter>
</defs>
<rect x="10" y="10" width="10" height="10" filter="url(#f1)"/>
</svg>