Property painter.path contient a Qt variant of class
qt.QPainterPath representing the current path.
A path is a mathematical boundary delimiting regions in the plane.
The current path is used implicitely by functions
painter:fill
and painter:stroke.
The current path is modified by a rich collection
of path defining functions.