I'm looking for a library that can parse a SVG path expression like
m8,295c-4,-292 441,-291 446,-26c5,265 440,263 442,-9
and have a way of interpolate over it in [0 ... 1]. I looked into Apache Batik but it doesn't seem to have this specified function. I also looked at Salamander SVG but in the end the path is a wrapper around java.awt.geometry, which is not ported to android so I can't really use it.