blob: 5fb947eaffc9b91ac75d8dffae58d33d7a063a91 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
<defs>
<filter id="colormatrix" color-interpolation-filters="sRGB">
<feColorMatrix type="hueRotate" values="10" x="80" y="0" width="80" height="90"/>
<feColorMatrix type="hueRotate" values="10" x="40" y="0" width="80" height="90"/>
</filter>
</defs>
</svg>
<style>
img {
margin: 10px;
}
</style>
<img src="resources/reference.png">
<img style="filter: url(#colormatrix);" src="resources/reference.png">