Updated SVG logos.

As suggested by Christopher Sean Morrison:
"Curiously, the two svg files lack styling / namespace declarations so
they won’t render in a browser.  Adding an xml namespace to their <svg>
opening tag lets them render correctly: xmlns="http://www.w3.org/2000/svg"

Thanks!
This commit is contained in:
Humdinger 2016-01-04 20:17:27 +01:00
parent 153b2eeace
commit 3d1fa65454
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg width="683" height="178" color-interpolation="linearRGB">
<svg xmlns="http://www.w3.org/2000/svg" width="683" height="178" color-interpolation="linearRGB">
<g>
<path style="fill:#010101"
d="M88.01 33.02v106.92h13.96v-106.92h-13.96v0z

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<svg width="605" height="179" color-interpolation="linearRGB">
<svg xmlns="http://www.w3.org/2000/svg" width="605" height="179" color-interpolation="linearRGB">
<g>
<path style="fill:#ffffff"
d="M44.02 33.02v106.92h13.95v-106.92h-13.95v0z"

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB