summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/tdf155932.svg
blob: b533eda3cd35207685419f7d6d55b1fdc334b27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<svg
  width="100%"
  height="100%"
  viewBox="0 0 150 500"
  preserveAspectRatio="xMidYMid meet"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">
  <!-- ref -->
  <defs>
    <g id="circles">
      <circle cx="30" cy="30" r="20" fill="blue" fill-opacity="0.5" />
    </g>
  </defs>
  <clipPath id="myClip">
    <circle r="35" />
  </clipPath>

  <g clip-path="url(#myClip)">
	  <circle cx="30" cy="30" r="20" fill="blue" fill-opacity="0.5" />
  </g>
</svg>