Still more SVG streamlining, lots of default style values

This commit is contained in:
Manu Cornet 2021-12-24 18:12:55 +00:00
parent b766519a8e
commit 98aee8123f
1 changed files with 4 additions and 4 deletions

View File

@ -9,16 +9,16 @@
height="100mm"
viewBox="0 0 150 100">
<path
style="fill:none;fill-rule:evenodd;stroke:#bebebe;stroke-width:5.09767;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4"
style="fill:none;stroke:#bebebe;stroke-width:5"
d="M 50,0 V 100" />
<path
style="fill:none;fill-rule:evenodd;stroke:#bebebe;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4"
style="fill:none;stroke:#bebebe;stroke-width:5"
d="M 150,50 H 0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#bebebe;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4"
style="fill:none;stroke:#bebebe;stroke-width:5"
d="M 100,0 V 100" />
<rect
style="color:#000000;display:inline;overflow:visible;fill:none;stroke:#bebebe;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;enable-background:accumulate"
style="fill:none;stroke:#bebebe;stroke-width:5"
width="145.2"
height="95.2"
x="2.4"

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 758 B