throttle attempt

This commit is contained in:
zsviczian
2023-02-26 21:25:46 +01:00
parent 1d5e865da1
commit 48deb68326
2 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ const drawElementOnCanvas = (
if (fillShape) {
rc.draw(fillShape);
}
context.fillStyle = element.strokeColor;
context.fill(path);