File: commonized-referenced-elements.svg

package info (click to toggle)
scour 0.38.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,072 kB
  • sloc: python: 5,157; makefile: 42; perl: 35; sh: 17
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <g id="g">
    <rect width="200" height="100" fill="#0f0"/>
    <rect width="200" height="100" fill="#0f0"/>
    <rect width="200" height="100" fill="#0f0"/>
    <circle id="e" r="20" fill="#0f0"/>
  </g>
  <use xlink:href="#e" />
</svg>