Results 2 comments of Davide

Some hints [here](https://github.com/freegroup/draw2d/issues/9) and in my forked [branch](https://github.com/davec82/draw2d/commits/vs-patch)

i don't know if this can help, but i noticed this piece of code in cavas.js: https://github.com/freegroup/draw2d/blob/5b1b8201ca535bca4365fe4dd8cbd7dd804d4515/src/Canvas.js#L921-L930 For each connection in json, all lines are repainted (every time), so the...