Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/layout/reftests/svg/filters/feMorphology-radius-zero-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test 'feMorphology' with a zero value for its 'radius'</title>
<!--
The zero value should disable the primitive effect and output
the input image.
-->
<filter id="f1">
<feMorphology operator="erode" radius="0"/>
</filter>
<rect width="100%" height="100%" fill="red"/>
<rect width="100%" height="100%" fill="lime" filter="url(#f1)"/>
</svg>