fix svg property name

This commit is contained in:
Joe Arndt 2022-08-24 00:13:47 -05:00
parent 5be48cba30
commit 89c6427faa
2 changed files with 4 additions and 4 deletions

View file

@ -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 /> <defs />
<style> <style>
.primary-color {fill: black; stroke: black;} .primary-color {fill: black; stroke: black;}

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 985 B

Before After
Before After

View file

@ -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 /> <defs />
<style> <style>
.primary-color {fill: black; stroke: black;} .primary-color {fill: black; stroke: black;}

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After