blob: 9fe2ecafff197f6465c315c3bc95b42f65a5c81e [file] [log] [blame]
<!-- blur (expands) then sepia (shouldn't clamp) -->
<img style="filter: blur(2px) sepia()" src="resources/reference.png">
<!-- blur (expands) then another blur (shouldn't clamp) -->
<img style="filter: blur(3px) blur(3px)" src="resources/reference.png">
<!-- blur (expands) then grayscale then another blur (shouldn't clamp) -->
<img style="filter: blur(3px) grayscale() blur(3px)" src="resources/reference.png">