cool#10610 Ensure the parent-child relations of comments.
[LibreOffice.git] / svgio / qa / cppunit / data / ClipRule.svg
blob55f0cb9eee3a42e01732bfe8d8f83a4f8fec8465
1 <svg version="1.1" baseProfile="basic" id="svg-root"
2 width="100%" height="100%" viewBox="0 0 480 360"
3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <!-- Define star path -->
5 <defs>
6 <path d="M50,0 21,90 98,35 2,35 79,90z" id="star" />
7 </defs>
8 <clipPath id="emptyStar">
9 <use xlink:href="#star" clip-rule="evenodd" />
10 </clipPath>
11 <rect clip-path="url(#emptyStar)" width="50" height="90" fill="blue" />
13 <clipPath id="filledStar">
14 <use xlink:href="#star" clip-rule="evenodd" />
15 </clipPath>
16 <rect clip-path="url(#filledStar)" width="50" height="90" x="50" fill="red" />
17 </svg>