Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/currentColor-override-flood.svg
<defs>
<filter id="floodFilter" filterUnits="userSpaceOnUse" style="color:red; flood-color:currentColor">
<feFlood x="0" y="0" width="100%" height="100%" style="color:lime;"
flood-color="inherit" flood-opacity="1"
/>
</filter>
</defs>
<use style="filter: url(#floodFilter);"/>
</svg>