fix svg property name
This commit is contained in:
parent
5be48cba30
commit
89c6427faa
2 changed files with 4 additions and 4 deletions
2
logo.svg
2
logo.svg
|
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1024" width="1024" height="1024" preserveAspectRatio="xMidYMid meet">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024" preserveAspectRatio="xMidYMid meet">
|
||||
<defs />
|
||||
<style>
|
||||
.primary-color {fill: black; stroke: black;}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 985 B |
|
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1024 1024" width="1024" height="1024" preserveAspectRatio="xMidYMid">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024" preserveAspectRatio="xMidYMid">
|
||||
<defs />
|
||||
<style>
|
||||
.primary-color {fill: black; stroke: black;}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue