Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/filters/reftest.list
<desc>
<html:p>When the 'order' attribute of feConvolveMatrix is
omitted the effect is the same as if the value "3" were given.
discussion and linked spec errata.</html:p>
</desc>
<defs>
<filter id="convoluted_lime" x="0%" y="0%" width="100%" height="100%">
<feFlood flood-color="lime"/>
<feConvolveMatrix kernelMatrix="
0 0 0
0 1 0
0 0 0"/>
</filter>
</defs>
<rect x="30" y="30" width="97" height="60" fill="red" filter="url(#convoluted_lime)"/>
</svg>