mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-18 08:18:07 +02:00
31 lines
962 B
XML
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>
|