<p dir="ltr">QPainterPath::toFillPolygon has a 1 argument overload which provides a default QMatrix argument. This is not present in PyQt5.</p>
<p dir="ltr">This line works in v4 but not in v5</p>
<p dir="ltr">path.toFillPolygon()</p>
<p dir="ltr">qpainterpath.sip is missing the default argument for this method.</p>