The shading on Zero appears to be done in Inkscape, which destructively altered the original geometry's integer coordinates during file save.
This PR extracts the shading components and manually appended them to the original svg file, significantly reducing the file size.
This PR also re-adds the original unshaded version as zero-unshaded.svg
Personal recommendation: while not included in this PR, I'd suggest that the filenames be inverted -- that zero.svg be the OG unshaded reference and name the shaded version zero-shaded.svg instead.
The shading on Zero appears to be done in Inkscape, which destructively altered the original geometry's integer coordinates during file save.
This PR extracts the shading components and manually appended them to the original svg file, significantly reducing the file size.
This PR also re-adds the original unshaded version as zero-unshaded.svg
Personal recommendation: while not included in this PR, I'd suggest that the filenames be inverted -- that zero.svg be the OG unshaded reference and name the shaded version zero-shaded.svg instead.