Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Chained identity url() filters with 'linearRGB' color-interpolation-filters</title>
<link rel="match" href="reference/green-100x100.html">
<div style="width: 100px; height: 100px; background-color: green; filter: url(#identity) url(#identity)"></div>
<svg height="0">
<filter id="identity">
<feColorMatrix type="identity"/>
</filter>
</svg>