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 bevel

Join using a bevel with angle to smooth transition

miter

Join using sharp corners

radius

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

vals

List of StrokeJoin values indexed by ordinal

bevel const static StrokeJoin : bevel

Join using a bevel with angle to smooth transition

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

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.6 ∙ 21-Jul-2026 09:48 EDT