blob: f9d6b7f0ec125a3a4056608e0c606efdf0be13bf [file] [log] [blame]
<!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>