Fix tests, needed named arg.
This commit is contained in:
parent
83303d56a7
commit
f81e9b8c6f
@ -1176,7 +1176,7 @@ def _buildOutlineContourFormat2(pen, contour, identifiers, validate):
|
||||
pen.beginPath()
|
||||
warn("The beginPath method needs an identifier kwarg. The contour's identifier value has been discarded.", DeprecationWarning)
|
||||
if len(contour):
|
||||
_validateAndMassagePointStructures(contour, pointAttributesFormat2, validate)
|
||||
_validateAndMassagePointStructures(contour, pointAttributesFormat2, validate=validate)
|
||||
_buildOutlinePointsFormat2(pen, contour, identifiers, validate)
|
||||
pen.endPath()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user