mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:31:17 +00:00
Canvas export fix - closing path
This commit is contained in:
@@ -984,6 +984,5 @@ function drawPath(ctx,p){
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
ctx.closePath();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user