Hi, I'm working in an aplication in which I need to manage graphs. I can paint nodes and edges, and I put text above them. I write the text from the edges in a textpath, wich "d" argument is just a line fromo the first node to the second. But when I move an edge, I change the path (I have checked the "d" new value and it's ok) but the text does not move in the canvas. I put this code in a runnable threar, but it doesnt move anyway.
Thanks
