LineJoin

enum LineJoin : Enum<LineJoin>

The LineJoin enumerations specify the shape to be used at the corners of paths or basic shapes when they are stroked. See SVG's 'stroke-linejoin' for examples.

Entries

Link copied to clipboard

Beveled-edged join

Link copied to clipboard

Rounded-edged join

Link copied to clipboard

Sharp-edged join

Link copied to clipboard

Unset value.

Properties

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