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="Open Bug Bounty" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="m304 69c-44 0-81 29-97 70h97z"/><path d="m145 105c-1-0.05-3 0.02-4 0.2-11 2-19 12-17 24 6 38 31 61 53 74 0.5 15 3 29 6 43h-61c-11 0-20 9-20 21 0 11 9 21 20 21h76c6 11 13 22 20 31-27 20-52 55-64 74-6 9-4 22 6 28 3 2 7 3 11 3 7 0 13-3 17-9 20-31 47-60 60-68 17 11 35 19 55 21v-202h-111c-13-9-26-22-29-43-2-10-10-17-19-17z" fill="#f67909"/></svg>
fill="#fff"/><path d="m304 69c-44 0-81 29-97 70h97z"/><path d="m145 105c-1-.05-3 .02-4 .2-11 2-19 12-17 24 6 38 31 61 53 74 .5 15 3 29 6 43h-61c-11 0-20 9-20 21 0 11 9 21 20 21h76c6 11 13 22 20 31-27 20-52 55-64 74-6 9-4 22 6 28 3 2 7 3 11 3 7 0 13-3 17-9 20-31 47-60 60-68 17 11 35 19 55 21v-202h-111c-13-9-26-22-29-43-2-10-10-17-19-17z" fill="#f67909"/></svg>

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 503 B