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="Flutter" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#e8e9eb"/><defs><linearGradient id="a" x1="37409" y1="-20285" x2="38109" y2="-19585" gradientTransform="matrix(0.06, 0, 0, -0.06, -1982.43, -801.48)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1a237e" stop-opacity="0.4"/><stop offset="1" stop-color="#1a237e" stop-opacity="0"/></linearGradient></defs><path d="M191.45,342.89,249.11,401,407.75,241.12H292.4Z" fill="#39cefd"/><path d="M292.4,66.69H407.75L162.61,313.82l-57.7-58.13Z" fill="#39cefd"/><path d="M249.11,401l43.29,43.59H407.75L306.8,342.89Z" fill="#03569b"/><path d="M334.67,371.16,306.8,342.89,249.11,401Z" fill="url(#a)"/><path d="M191.45,342.87l57.69-58.18,57.7,58.15L249.14,401Z" fill="#16b9fd"/></svg>
fill="#e8e9eb"/><defs><linearGradient id="a" x1="37409" y1="-20285" x2="38109" y2="-19585" gradientTransform="matrix(0.06, 0, 0, -.06, -1982.43, -801.48)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1a237e" stop-opacity="0.4"/><stop offset="1" stop-color="#1a237e" stop-opacity="0"/></linearGradient></defs><path d="M191.45,342.89,249.11,401,407.75,241.12H292.4Z" fill="#39cefd"/><path d="M292.4,66.69H407.75L162.61,313.82l-57.7-58.13Z" fill="#39cefd"/><path d="M249.11,401l43.29,43.59H407.75L306.8,342.89Z" fill="#03569b"/><path d="M334.67,371.16,306.8,342.89,249.11,401Z" fill="url(#a)"/><path d="M191.45,342.87l57.69-58.18,57.7,58.15L249.14,401Z" fill="#16b9fd"/></svg>

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 823 B