File: stroke.8.width.svg

package info (click to toggle)
cairo 1.18.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,788 kB
  • sloc: ansic: 217,451; cpp: 2,108; cs: 1,763; xml: 1,280; sh: 990; python: 433; javascript: 347; awk: 89; makefile: 83
file content (14 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
  <line x1="100" y1="-900" x2="900" y2="-900"
        fill="none"
        stroke-width="100"
        stroke="black" />
  <line x1="100" y1="-500" x2="900" y2="-500"
        fill="none"
        stroke-width="200"
        stroke="black" />
  <line x1="100" y1="-100" x2="900" y2="-100"
        fill="none"
        stroke-width="300"
        stroke="black" />
</svg>