path_types property

path_types property

Gets an array of byte values that specify the type of each point in the element’s path.

0 Indicates that the point is the start of a figure.

1 Indicates that the point is one of the two endpoints of a line.

3 Indicates that the point is an endpoint or control point of a cubic Bezier spline.

7 Masks all bits except for the three low-order bits, which indicate the point type.

16 Specifies that the corresponding segment is dashed.

32 Specifies that the point is a marker.

128 Specifies that the point is the last point in a closed subpath (figure).

129 Indicates a data point that is both a line segment endpoint and the last point of a closed subpath.

Definition:

@property
def path_types(self):
    ...

See Also