enum class graphics::StrokeJoin
sys::Obj sys::Enum graphics::StrokeJoin
@Js@Serializable { simple=true }
Defines how two stroke lines are joined together
- 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