Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / mask-type-02.svg
blobf3679b3c8a15e443d5d203056ea2ce7f68907b01
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
7 <title>Testcase for alpha mask using the presentation attribute</title>
9 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=793617 -->
11 <mask id="m" maskContentUnits="objectBoundingBox" mask-type="alpha">
12 <rect x=".1" y=".1" width=".8" height=".8" fill="black" fill-opacity="0.5"/>
13 </mask>
14 <rect width="100" height="100" fill="blue" mask="url(#m)"/>
15 </svg>