[bug]: Fixed sub-paths for lines not being reset
See: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/stroke#Re-stroking_paths
This commit is contained in:
parent
d2ded2599c
commit
b9a357130b
@ -92,6 +92,7 @@ class CanvasRenderer {
|
|||||||
|
|
||||||
ctx.fill();
|
ctx.fill();
|
||||||
} else if (child.style && child.target) {
|
} else if (child.style && child.target) {
|
||||||
|
ctx.beginPath();
|
||||||
ctx.moveTo(0,0);
|
ctx.moveTo(0,0);
|
||||||
ctx.lineTo(child.target.x, child.target.y);
|
ctx.lineTo(child.target.x, child.target.y);
|
||||||
ctx.strokeStyle = child.style;
|
ctx.strokeStyle = child.style;
|
||||||
|
Loading…
Reference in New Issue
Block a user