You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two related issues related to BLANK corner colors:
calling paint_corner with color BLANK fails because it is assigned an empty string and inside paint_corner the color string is checked against None.
the blank corner color string is hardcoded and scattered throughout the library, this should probably reference an enum value which is set in one location
Expected behavior
Calling paint_corner(BLANK) should not throw an exception since BLANK is a valid color code.
Additional context
Created issue to track TODO items arising from #71
The text was updated successfully, but these errors were encountered:
Describe the bug
There are two related issues related to BLANK corner colors:
paint_corner
with colorBLANK
fails because it is assigned an empty string and insidepaint_corner
the color string is checked againstNone
.Expected behavior
Calling
paint_corner(BLANK)
should not throw an exception sinceBLANK
is a valid color code.Additional context
Created issue to track TODO items arising from #71
The text was updated successfully, but these errors were encountered: