You've already forked lazarus-ccr
11 lines
416 B
XML
11 lines
416 B
XML
![]() |
<?xml version="1.0" standalone="no"?>
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||
|
<g fill="none" stroke="black" stroke-width="6">
|
||
|
<path stroke-linecap="butt" d="M5 20 l215 0" />
|
||
|
<path stroke-linecap="round" d="M5 40 l215 0" />
|
||
|
<path stroke-linecap="square" d="M5 60 l215 0" />
|
||
|
</g>
|
||
|
</svg>
|