Bug in the canvas rendering. Causes last segment of the line to be drawn at the start of the next mouse click.
Additional problems: Performance degradation over time. Need to develop conversion to SVG path, PNG DataURL, etc. Something to increase performance.
Finally, there is no way to increase the performance of first time load in this iteration. Problem being that all lines are given over websockets rather than in a request on first load.
Bug in the canvas rendering. Causes last segment of the line to be drawn at the start of the next mouse click.
Additional problems: Performance degradation over time. Need to develop conversion to SVG path, PNG DataURL, etc. Something to increase performance.
Finally, there is no way to increase the performance of first time load in this iteration. Problem being that all lines are given over websockets rather than in a request on first load.