StrokeJoin
@Js
@Serializable { simple=true }
const class StrokeJoin : Enum
Defines how two stroke lines are joined together
Return the StrokeJoin instance for the specified name
Join using a bevel with angle to smooth transition
Join using sharp corners
Join using rounded semi-circle (round in SVG terminology)
List of StrokeJoin values indexed by ordinal
const static StrokeJoin : bevel
Join using a bevel with angle to smooth transition
static new fromStr(Str name, Bool checked := true)
Return the StrokeJoin instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static StrokeJoin : miter
Join using sharp corners
const static StrokeJoin : radius
Join using rounded semi-circle (round in SVG terminology)
const static StrokeJoin[] : vals
List of StrokeJoin values indexed by ordinal