Skip to content

Commit

Permalink
arrumando o exeplo curve_vertex() arastável
Browse files Browse the repository at this point in the history
  • Loading branch information
villares authored May 25, 2024
1 parent 3d5dbe6 commit b67ab53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Processing-Python-py5/curvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ def draw():
for x, y in pontos:
curve_vertex(x, y)
curve_vertex(pontos[0][0], pontos[0][1])
curve_vertex(pontos[1][0], pontos[1][1])
end_shape(CLOSE)
stroke_weight(1)
for i, ponto in enumerate(pontos):
Expand Down

0 comments on commit b67ab53

Please sign in to comment.