aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorGravatar Florian Simon <github@verm-luh.de> 2014-09-30 12:15:08 +0200
committerGravatar Florian Simon <github@verm-luh.de> 2014-09-30 12:15:08 +0200
commitef2186dc88bf289bda3f73e748b6d1dc90f32eea (patch)
treef362da6add13aba35382746649d87dedf00d5b44 /_includes
parent057536620cdf27be8ea5c4890a47cecd57da9fee (diff)
downloadkompetenzbolzen.github.io-ef2186dc88bf289bda3f73e748b6d1dc90f32eea.tar.gz
Update stackoverflow.html
Modified stackoverflow icon in order to remove xml declaration and title tag from resulting HTML code
Diffstat (limited to '_includes')
-rw-r--r--_includes/svg-icons/stackoverflow.html21
1 files changed, 7 insertions, 14 deletions
diff --git a/_includes/svg-icons/stackoverflow.html b/_includes/svg-icons/stackoverflow.html
index 77697cb..dbe99cd 100644
--- a/_includes/svg-icons/stackoverflow.html
+++ b/_includes/svg-icons/stackoverflow.html
@@ -1,16 +1,9 @@
-
-<?xml version="1.0"?>
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
- <g>
- <title>Layer 1</title>
- <g stroke="null" id="layer1">
- <path stroke="null" fill="#919191" id="path2830" d="m7.294075,23.110188l2.385864,0.023237l-0.083177,10.552679l15.878221,0l0,-10.514505l2.51405,0l0,13.07741l-20.707843,0l0.01289,-13.138815l-0.000005,-0.000006z"/>
- <rect stroke="null" fill="#919191" id="rect3604" y="29.348862" x="11.184582" height="2.628626" width="12.437938"/>
- <rect stroke="null" fill="#a78b68" id="rect3606" transform="matrix(0.5395733410304717,0.05172669848399204,-0.05207586478003252,0.5359555264108665,3.6611416648678325,1.4067255727666614) " y="41.524347" x="18.49125" height="5.003923" width="23.066864"/>
- <rect stroke="null" fill="#c19653" id="rect3606-1" transform="matrix(0.5216998676238958,0.14625586092278992,-0.1472431193160242,0.5182018938275416,3.6611416648678325,1.4067255727666614) " y="27.438515" x="24.907076" height="5.003923" width="23.066864"/>
- <rect stroke="null" fill="#d48c28" id="rect3606-1-3" transform="matrix(0.4640090244261216,0.2783830739288475,-0.2802622193151353,0.46089786509976993,3.6611416648678325,1.4067255727666614) " y="7.461092" x="30.089396" height="5.003923" width="23.066864"/>
- <rect stroke="null" fill="#fe8908" id="rect3606-1-3-7" transform="matrix(0.3157222700143304,0.4376935608999602,-0.4406480862019664,0.31360536660688737,3.6611416648678325,1.4067255727666614) " y="-20.343803" x="28.488303" height="5.003923" width="23.066864"/>
- <rect stroke="null" fill="#ff7a15" id="rect3606-1-3-7-6" transform="matrix(0.0893402304821676,0.5310828333843179,-0.5346677562821299,0.08874120831524585,3.6611416648678325,1.4067255727666614) " y="-47.045927" x="14.158203" height="5.003923" width="23.066864"/>
- </g>
- </g>
+ <path fill="#919191" d="m7.294075,23.110188l2.385864,0.023237l-0.083177,10.552679l15.878221,0l0,-10.514505l2.51405,0l0,13.07741l-20.707843,0l0.01289,-13.138815l-0.000005,-0.000006z"/>
+ <rect fill="#919191" y="29.348862" x="11.184582" height="2.628626" width="12.437938"/>
+ <rect fill="#a78b68" transform="matrix(0.5395733410304717,0.05172669848399204,-0.05207586478003252,0.5359555264108665,3.6611416648678325,1.4067255727666614) " y="41.524347" x="18.49125" height="5.003923" width="23.066864"/>
+ <rect fill="#c19653" transform="matrix(0.5216998676238958,0.14625586092278992,-0.1472431193160242,0.5182018938275416,3.6611416648678325,1.4067255727666614) " y="27.438515" x="24.907076" height="5.003923" width="23.066864"/>
+ <rect fill="#d48c28" transform="matrix(0.4640090244261216,0.2783830739288475,-0.2802622193151353,0.46089786509976993,3.6611416648678325,1.4067255727666614) " y="7.461092" x="30.089396" height="5.003923" width="23.066864"/>
+ <rect fill="#fe8908" transform="matrix(0.3157222700143304,0.4376935608999602,-0.4406480862019664,0.31360536660688737,3.6611416648678325,1.4067255727666614) " y="-20.343803" x="28.488303" height="5.003923" width="23.066864"/>
+ <rect fill="#ff7a15" transform="matrix(0.0893402304821676,0.5310828333843179,-0.5346677562821299,0.08874120831524585,3.6611416648678325,1.4067255727666614) " y="-47.045927" x="14.158203" height="5.003923" width="23.066864"/>
</svg>