BLANK Corner Color
sjtrny opened this issue · 0 comments
sjtrny commented
Describe the bug
There are two related issues related to BLANK corner colors:
- calling
paint_corner
with colorBLANK
fails because it is assigned an empty string and insidepaint_corner
the color string is checked againstNone
. - 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