Unicode in comments

I'm to lazy to translate them to english :)
This commit is contained in:
djmil 2024-06-22 23:31:19 +02:00
parent 9206eff8c1
commit 5005331732

View File

@ -9,7 +9,7 @@ const stem = (ctx, x1, y1, length, angle) => {
ctx.beginPath();
ctx.moveTo(x1, y1);
ctx.lineTo(x2, y2);
ctx.lineWidth=length/10; // тощина стовбура залежить від його довжини
ctx.lineWidth=length/10; // товщина стовбура залежить від його довжини
ctx.stroke();
ctx.closePath();