class

StrokeJoin

@Js
@Serializable { simple=true }
const class StrokeJoin : Enum

Defines how two stroke lines are joined together

constructors fromStr

Return the StrokeJoin instance for the specified name

fields miter

Join using sharp corners

vals

List of StrokeJoin values indexed by ordinal

radius

Join using rounded semi-circle (round in SVG terminology)

bevel

Join using a bevel with angle to smooth transition

bevel const static StrokeJoin : bevel

Join using a bevel with angle to smooth transition

fromStr 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.

miter const static StrokeJoin : miter

Join using sharp corners

radius const static StrokeJoin : radius

Join using rounded semi-circle (round in SVG terminology)

vals const static StrokeJoin[] : vals

List of StrokeJoin values indexed by ordinal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST