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 sharp corners
List of StrokeJoin values indexed by ordinal
Join using rounded semi-circle (round in SVG terminology)
Join using a bevel with angle to smooth transition
const static StrokeJoin : bevel
Join using a bevel with angle to smooth transition
static new fromStr(Str name, Bool checked)
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