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