chromium/third_party/blink/web_tests/http/tests/canvas/resources/hue-rotate.svg

<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <defs>
    <filter id="hue-rotate" color-interpolation-filters="sRGB">
      <feColorMatrix type="hueRotate" values="90"/>
    </filter>
  </defs>
</svg>