StrokeCap
@Js
@Serializable { simple=true }
const class StrokeCap : Enum
Defines how a stroke end cap is rendered
Return the StrokeCap instance for the specified name
Cap is a half square extension
Cap is a a rounded semi-circle
List of StrokeCap values indexed by ordinal
Cap is a flat edge with no extension
const static StrokeCap : butt
Cap is a flat edge with no extension
static new fromStr(Str name, Bool checked)
Return the StrokeCap instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static StrokeCap : round
Cap is a a rounded semi-circle
const static StrokeCap : square
Cap is a half square extension
const static StrokeCap[] : vals
List of StrokeCap values indexed by ordinal