[PathCap] clean up comment
This commit is contained in:
parent
a6ea5c08e6
commit
db22237369
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class PathCap(Enum):
|
||||||
def __lt__(self, other: Any) -> bool:
|
def __lt__(self, other: Any) -> bool:
|
||||||
if self.__class__ is not other.__class__:
|
if self.__class__ is not other.__class__:
|
||||||
return self.__class__.__name__ < other.__class__.__name__
|
return self.__class__.__name__ < other.__class__.__name__
|
||||||
# Order: Flush, Square, Round, SquareCustom, Circle
|
# Order: Flush, Square, Circle, SquareCustom
|
||||||
order = {
|
order = {
|
||||||
PathCap.Flush: 0,
|
PathCap.Flush: 0,
|
||||||
PathCap.Square: 1,
|
PathCap.Square: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue