mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-17 17:08:06 +02:00
14 lines
419 B
XML
14 lines
419 B
XML
<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>
|