Array of path commands (moveTo, lineTo, etc.) defining the path geometry.
OptionalfillFill mode for the path.
OptionalheightSpecifies the height, or maximum y coordinate that should be used for within the path coordinate system. This value determines the vertical placement of all points within the corresponding path as they will all be calculated using this height attribute as the max y coordinate.
OptionalstrokeWhether this path should be stroked (outlined).
OptionalwidthSpecifies the width, or maximum x coordinate that should be used for within the path coordinate system. This value determines the horizontal placement of all points within the corresponding path as they will all be calculated using this width attribute as the max x coordinate.
Shape geometry path definition.
Defines a single path within a custom shape's geometry, including the path commands and rendering properties for that path.