Skip to content

Commit

Permalink
fix: keyerror 'SQAURE' when using stroke_cap(SQUARE) (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
abastola0 authored Dec 6, 2023
1 parent c579826 commit 83c6713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p5/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class SType(Enum):
TESS = SType.TESS

# Stroke parameters
SQUARE = "SQAURE"
SQUARE = "SQUARE"
PROJECT = "PROJECT"
ROUND = "ROUND"
MITER = "MITER"
Expand Down

0 comments on commit 83c6713

Please sign in to comment.