cairo/test/svg/stroke.B.dash-offset.svg
2022-12-28 13:22:00 +10:30

31 lines
962 B
XML

<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-dashoffset="100"
stroke="black" />
<line x1="100" y1="-550" x2="900" y2="-550"
fill="none"
stroke-width="100"
stroke-dasharray="200 50"
stroke-dashoffset="100"
stroke="black" />
<line x1="100" y1="-350" x2="900" y2="-350"
fill="none"
stroke-width="100"
stroke-dasharray="200 50 100"
stroke-dashoffset="100"
stroke="black" />
<line x1="100" y1="-150" x2="900" y2="-150"
fill="none"
stroke-width="100"
stroke-dasharray="200 50 100 150"
stroke-dashoffset="100"
stroke="black" />
</svg>