LineCap

enum LineCap : Enum<LineCap>

The LineCap enumerations specify shape to be used at the end of open subpaths when they are stroked. See SVG's 'stroke-linecap' for examples.

Entries

Link copied to clipboard

Square ending, extended by 1/2 the stroke width at end.

Link copied to clipboard

Rounded ending (half-circle end with radius of 1/2 stroke width).

Link copied to clipboard

Square ending.

Link copied to clipboard

Unset value.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int