Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nasso committed Mar 21, 2019
1 parent 717c6a4 commit 0211031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svglover.lua
Expand Up @@ -1342,7 +1342,7 @@ svglover._elementsfunctions["path"] = function(state, element, extdata, options)
svglover._buildarc(cpx, cpy, rx, ry, angle, large_arc_flag, sweep_flag, x, y, options["arc_segments"], vertices)
cpx = x
cpy =
cpy = y
table.insert(vertices, cpx)
table.insert(vertices, cpy)
Expand Down

0 comments on commit 0211031

Please sign in to comment.