add stack logos

This commit is contained in:
tboch
2017-09-07 13:17:06 +00:00
parent d8246fabc1
commit c9caa20a95
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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>

After

Width:  |  Height:  |  Size: 737 B

13
assets/logo-stack-moc.svg Normal file
View File

@@ -0,0 +1,13 @@
<?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" >
<polyline points="0,7,2,7,2,5,7,5,7,3,10,3,10,5,13,5,13,7,15,7,15,9,13,9,13,12,10,12,10,14,7,14,7,12,2,12,2,10,0,10,0,7" stroke-width="1" stroke="#000" fill="transparent" />
<line x1="1" y1="10" x2="6" y2="5" stroke="#000" stroke-width="0.5" />
<line x1="2" y1="12" x2="10" y2="4" stroke="#000" stroke-width="0.5" />
<line x1="5" y1="12" x2="12" y2="5" stroke="#000" stroke-width="0.5" />
<line x1="7" y1="13" x2="13" y2="7" stroke="#000" stroke-width="0.5" />
<line x1="10" y1="13" x2="13" y2="10" stroke="#000" stroke-width="0.5" />
</svg>

After

Width:  |  Height:  |  Size: 715 B

View File

@@ -0,0 +1,8 @@
<?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="10,5,10,1,14,1,14,14,2,14,2,9,6,9,6,5" fill="transparent" stroke="#000" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 267 B