mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
153b2eeace
commit
3d1fa65454
@ -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 |
@ -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 |
Loading…
Reference in New Issue
Block a user