render#
- classmethod Path.render(width, end_cap1, end_cap2, corner_style, path)#
Render a path.
- Parameters:
- width
Value
Path width.
- end_cap1
PathEndCapType
End cap style for the start of the path.
- end_cap2
PathEndCapType
End cap style for the end of the path.
- corner_style
PathCornerType
Corner style.
- path
PolygonData
Polygon data to set.
- width
- Returns:
PolygonData
Path rendered.