I am trying to make an svg curved line to move with a formula at each x point. something like this: "M50,0T"+eval("50+pos/2")+",2T"
"M50,0T"+eval("50+pos/2")+",2T"