<!doctype html>
<meta charset="utf-8">
<title>CSS Filter Effects: filters work on the root of an svg image</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1778718">
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="match" href="svg-image-root-filter-ref.html">
<img id="image"
src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='50px' width='50px' style='filter: hue-rotate(90deg)'><rect width='20px' height='20px' fill='red'></rect></svg>">