type
StrokeCap
src
@Js
@Serializable { simple=true }
enum class StrokeCap : Enum
Defines how a stroke end cap is rendered
enum
butt |
Cap is a flat edge with no extension |
---|---|
round |
Cap is a a rounded semi-circle |
square |
Cap is a half square extension |
constructors
fromStr |
Return the StrokeCap instance for the specified name. |
---|
fields
vals |
List of StrokeCap values indexed by ordinal |
---|