render#
- classmethod Path.render(width, end_cap1, end_cap2, corner_style, path)#
Render a path.
- Parameters:
- widthValueLike
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.
- Returns:
PolygonDataPath rendered.