I am in a situation where I have several paths on the screen, updated several times per second. they are extremely simple lines, each of which is a simple line on the canvas.
I need an efficient way to update paths. At the moment, I am extracting a path string for each of them, adding "L xx xx" and redrawing. This is good with few lines, but performance is very poor if the frequency (or the number of paths) increases.
So the real question is: does Rafael really provide a method that simply βadds a point to the pathβ? I am very new to vectors, not to mention Raphael and svg.
I would be grateful for any help
Thanks To
source share