Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg id="svg-root"
<g id="testmeta">
<title>SVG Filter Chains: Use Same FillPaint Input with Different Filter Regions</title>
<link rel="copyright"
<link rel="license"
<link rel="author"
title="Max Vujovic"
href="mailto:mvujovic@adobe.com"/>
<link rel="help"
<metadata class="flags">namespace svg</metadata>
</g>
<g id="test-body-content">
<filter id="f1">
<!-- Turn the red square into a green square. -->
<feColorMatrix type="hueRotate" values="90"/>
</filter>
<rect x="0" y="0" width="200" height="200" filter="url(#f1)" fill="red"/>
</g>
</svg>