I'm triyng to animate an svg path but when I use the interpolate from Animated some leading zeros are removed.
This is the normal path
'M191.694 65H19A10.011 10.011 0 019 55V19A10.011 10.011 0 0119 9h172.7A41.925 41.925 0 00181 37a41.925 41.925 0 0010.693 28z'
After interpolate
'M191.694 65H19A10.011 10.011 0 19 55V19A10.011 10.011 0 119 9h172.7A41.925 41.925 0 181 37a41.925 41.925 0 10.693 28z'
I'm having the same problem with every animation lib when I use interpolate
2.1m questions
2.1m answers
60 comments
57.0k users