PIXI.LINE_CAP
LINE_CAP
Support line caps in PIXI.LineStyle
for graphics.
Public Properties
static BUTT: string
'butt': don't add any cap at line ends (leaves orthogonal edges)
static SQUARE: string
'square': add square at end (like BUTT
except more length at end)