summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/support/hueRotate.svg
blob: 0ddcb37d70dd68257078d10950f4e4f8680be267 (plain)
1
2
3
4
5
6
7
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <defs>
    <filter id="MyFilter" color-interpolation-filters="sRGB">
      <feColorMatrix type="hueRotate" values="90"/>
    </filter>
  </defs>
</svg>