mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-09 11:46:39 -08:00
20 lines
737 B
XML
20 lines
737 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" >
|
|
|
|
<polygon points="1,0,5,0,5,3,1,3" fill="#000" />
|
|
<polygon points="7,0,9,0,9,3,7,3" fill="#000" />
|
|
<polygon points="10,0,12,0,12,3,10,3" fill="#000" />
|
|
<polygon points="13,0,15,0,15,3,13,3" fill="#000" />
|
|
|
|
<polyline points="1,5,5,9" stroke="#000" />
|
|
<polyline points="1,9,5,5" stroke="#000" />
|
|
<line x1="7" y1="7" x2="15" y2="7" stroke="#000" stroke-width="2" />
|
|
|
|
<polyline points="1,11,5,15" stroke="#000" />
|
|
<polyline points="1,15,5,11" stroke="#000" />
|
|
<line x1="7" y1="13" x2="15" y2="13" stroke="#000" stroke-width="2" />
|
|
|
|
</svg>
|