Remove leading zeros

Replace ` 0.` with ` .`
And `-0.` with `-.`
This commit is contained in:
edent
2020-11-12 14:13:19 +00:00
parent 6385167095
commit bedd9cf5f3
14 changed files with 26 additions and 26 deletions

View File

@@ -3,4 +3,4 @@ aria-label="Mattermost" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M429.6 174.4a190 190 0 00-55.3-69.8l2 41.2l2.2 2.9a141.3 141.3 0 0125.3 113.6a144.8 144.8 0 01-179 112.7C153 357 105 283.4 118.6 210.6c10.7-57.5 44.7 -95.8 99.9 -115.2l2-0.8l1.6-1.2l20.1-29A190.9 190.9 0 0065 237.5a191.5 191.5 0 00152.4 206.1a191.2 191.2 0 00222-132c14.3-46.7 11 -92.8 -9.7 -137.3zm-236 61.7a69.7 69.7 0 0078.5 62.4a70 70 0 0060.3-81.3c-5.7-30.2 -12.1 -60.3 -18.2 -90.4l-7.8-38.1l-2 1.7l-40.2 39.5l-49 48a68.1 68.1 0 00-21.5 58.2z"/></svg>
fill="#fff"/><path d="M429.6 174.4a190 190 0 00-55.3-69.8l2 41.2l2.2 2.9a141.3 141.3 0 0125.3 113.6a144.8 144.8 0 01-179 112.7C153 357 105 283.4 118.6 210.6c10.7-57.5 44.7 -95.8 99.9 -115.2l2-.8l1.6-1.2l20.1-29A190.9 190.9 0 0065 237.5a191.5 191.5 0 00152.4 206.1a191.2 191.2 0 00222-132c14.3-46.7 11 -92.8 -9.7 -137.3zm-236 61.7a69.7 69.7 0 0078.5 62.4a70 70 0 0060.3-81.3c-5.7-30.2 -12.1 -60.3 -18.2 -90.4l-7.8-38.1l-2 1.7l-40.2 39.5l-49 48a68.1 68.1 0 00-21.5 58.2z"/></svg>

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 614 B