Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !snapshot
- Manifest: layout/reftests/svg/filters/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<filter id="blur">
<!--
When rendering in software, Firefox should cap large blur radii to a
smaller value in order to keep performance acceptable.
-->
<feGaussianBlur stdDeviation="1000000 0"/>
</filter>
<g filter="url(#blur)">
<rect x="0" y="0" width="100" height="100" fill="#0f0"/>
</g>
</svg>