<!DOCTYPE html>
<svg width="200" height="200">
<filter id="MyFilter">
<feColorMatrix type="hueRotate" values="90"/>
</filter>
<rect x="10" y="10" fill="blue" width="100" height="100" filter="url(#MyFilter)"/>
</svg>
<!DOCTYPE html>
<svg width="200" height="200">
<filter id="MyFilter">
<feColorMatrix type="hueRotate" values="90"/>
</filter>
<rect x="10" y="10" fill="blue" width="100" height="100" filter="url(#MyFilter)"/>
</svg>