Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / use-localRef-clipPath-resource.svg
blob96e2d1095a020ee086e0fa149b3e2bdc276183f8
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs>
3 <clipPath id="circleClip1">
4 <circle cx="50" cy="50" r="50"/>
5 </clipPath>
6 <clipPath id="circleClip2">
7 <circle cx="50" cy="150" r="0"/>
8 </clipPath>
9 <clipPath id="circleClip3">
10 <circle cx="50" cy="250" r="0"/>
11 </clipPath>
12 </defs>
13 <rect id="cp1" x="0" y="0" width="100" height="100" fill="blue" clip-path="url(#circleClip1)"/>
14 <rect id="cp2" x="0" y="100" width="100" height="100" fill="blue"/>
15 <rect id="cp3" x="0" y="200" width="100" height="100" fill="blue"/>
16 </svg>