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/filters-and-group-opacity-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test that filters and group opacity are applied in the correct order on an element</title>
<filter id="filter" filterUnits="userSpaceOnUse" x="0" y="0" width="100%" height="100%">
<feFlood in="SourceGraphic" flood-color="blue"/>
</filter>
<rect width="1" height="1" filter="url(#filter)" opacity=".5"/>
</svg>