parseFloat does not have a radix parameter, someone is confusing it with parseInt.
svgPath.js looks like generated code, so perhaps we shouldn't worry about it. But I'm not familiar with what the thing that generated it ("Generated by PEG.js 0.7.0.") or how it was generated.
parseFloat
is used in svgPath.js with a radix argument, i.e.:parseFloat
does not have a radix parameter, someone is confusing it withparseInt
.svgPath.js looks like generated code, so perhaps we shouldn't worry about it. But I'm not familiar with what the thing that generated it ("Generated by PEG.js 0.7.0.") or how it was generated.
@jonathanolson your call.