Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Jul 31, 2023
2 parents ea1aa26 + 90e7acb commit ed72218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@

function optimizedDrawPolygon(context, color, lineWidth, coordinatesJson) {
const coordinates = JSON.parse(coordinatesJson)
context.beginPath()
context.beginPath();
context.strokeStyle = color
context.lineWidth = lineWidth
var n = 0
Expand Down

0 comments on commit ed72218

Please sign in to comment.