Calculating mixed numbers and chars and concatinating it back again in JS/jQuery
I need to manipulate drawing of a SVG, so I have attribute "d" values like this: d = "M561.5402,268.917 C635.622,268.917 304.476,565.985 379.298,565.985" What I want is to "purify" all the values (to strip the chars from them), to calculate them…