A style specification for geometry objects.
Gets the dash array as a string.
string
Dash array as astring.
Gets fill color as a CSS style string.
string
Fill color as a CSS style string.
Gets fill opacity in decimal format.
number
Fill opacity.
Gets path outline color as a CSS style string.
string
Outline color as a CSS style string.
Gets path outline opacity in decimal format.
number
Outline opacity.
Gets path outline thickness in pixels.
number
Thickness of path outline.
Sets dash array string from a CSS style string. Defaults to solid stroke if no dash array string is provided.
Sets fill color as a CSS style string.
Fill color as a CSS style string.
Sets fill opacity to a decimal between 0 and 1.
Fill opacity.
Sets path outline color from a CSS style string.
Outline color as a CSS style string.
Set path outline opacity to a decimal between 0 and 1.
Outline opacity.
Sets path outline thickness in pixels.
Desired thickness.