blob: f938aa6fc4032615f952cdb4259bb3e13d50c1d4 [file] [log] [blame]
<style>
#filtered {
width: 160px;
height: 90px;
filter: url(#imagereplace);
transform: translateZ(0);
}
</style>
<div id="filtered"></div>
<svg xmlns="http://www.w3.org/3000/svg" width="0" height="0" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="imagereplace" color-interpolation-filters="sRGB" x="0%" y="0%" width="100%" height="100%">
<feimage xlink:href="resources/reference.png"/>
</filter>
</svg>