|
|
|
|
|
by sambeau
4948 days ago
|
|
Looking at the files I can see a lot of weird looking numbers in paths and a lot of 'NaN'. This kind of thing: <path d="M185 NaNl-190 NaN 212 NaN-212 NaN 7.239 NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaNz" fill-opacity="0" stroke="#000"/>
and <path d="M425 499h-28c-1.105 0-2-.896-2-2v-28c0-1.105 .895-2 2-2h28c1.105 0 2 .895 2 2v28c0 1.104-.895 2-2 2z" fill-opacity="0" stroke="#FF0064"/>
Hope this helps. |
|
According to the spec (See DataTypeNumber) it's perfectly OK to have an 'e' in a number.
I've added an issue: https://github.com/svg/svgo/issues/63