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="Auth0" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M358.1 378.8L319.6 260L420.5 186.9H295.7l-38.6-118.7l-0.01-0.03h124.8l38.6 118.7v-0.003l0.03-0.02c22.4 68.8-0.7 147 -62.4 192zm-201.9 0l-0.036 0.03L257.13 452.2L358.09 378.84L257.17 305.51ZM93.85 186.85c-23.57 72.57 3.79 149.46 62.36 192l0.01-0.036L194.77 260.17L93.89 186.87H218.6L257.15 68.2L257.2 68.2H132.4Z" fill="#eb5424"/></svg>
fill="#fff"/><path d="M358.1 378.8L319.6 260L420.5 186.9H295.7l-38.6-118.7l-.01-.03h124.8l38.6 118.7v-.003l0.03-.02c22.4 68.8-.7 147 -62.4 192zm-201.9 0l-.036 .03L257.13 452.2L358.09 378.84L257.17 305.51ZM93.85 186.85c-23.57 72.57 3.79 149.46 62.36 192l0.01-.036L194.77 260.17L93.89 186.87H218.6L257.15 68.2L257.2 68.2H132.4Z" fill="#eb5424"/></svg>

Before

Width:  |  Height:  |  Size: 489 B

After

Width:  |  Height:  |  Size: 481 B