File: refs-in-defs.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 (8 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
   <path id="L" stroke="#000000" d="M0,0 100,100"/>
   <g id="G"><use xlink:href="#L"/> <path stroke="#000000" d="M0,100 100,0"/></g>
  </defs>
  <use xlink:href="#G"/>
</svg>