summaryrefslogtreecommitdiff
path: root/test/svg/stroke.A.dash.svg
blob: 2be5a1d9094b12151e15b738aaf5cdb6e02897af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
  <line x1="100" y1="-950" x2="900" y2="-950"
        fill="none"
        stroke-width="100"
        stroke-dasharray="none"
        stroke="black" />
  <line x1="100" y1="-750" x2="900" y2="-750"
        fill="none"
        stroke-width="100"
        stroke-dasharray="200"
        stroke="black" />
  <line x1="100" y1="-550" x2="900" y2="-550"
        fill="none"
        stroke-width="100"
        stroke-dasharray="200 50"
        stroke="black" />
  <line x1="100" y1="-350" x2="900" y2="-350"
        fill="none"
        stroke-width="100"
        stroke-dasharray="200 50 100"
        stroke="black" />
  <line x1="100" y1="-150" x2="900" y2="-150"
        fill="none"
        stroke-width="100"
        stroke-dasharray="200 50 100 150"
        stroke="black" />
</svg>