cool#10610 Ensure the parent-child relations of comments.
[LibreOffice.git] / svgio / qa / cppunit / data / filterFeFlood.svg
blob2c438ad1a9bf5c78cf939bec2764a7b0d8a7d917
1 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
2 <defs>
3 <filter id="floodFilter" filterUnits="userSpaceOnUse">
4 <feFlood
5 x="50"
6 y="50"
7 width="100"
8 height="100"
9 flood-color="green"
10 flood-opacity="0.5" />
11 </filter>
12 </defs>
14 <use filter="url(#floodFilter)" />
15 </svg>