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: Clip Filter Output</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="hue-rotate">
<!-- Turn the red square green. -->
<feColorMatrix type="hueRotate" values="90" style="color-interpolation-filters:sRGB"/>
</filter>
<rect x="0" y="0" width="100" height="100" filter="url(#hue-rotate)" fill="red"/>
</g>
</svg>