Support line caps in PIXI.LineStyle for graphics.
PIXI.LineStyle
PIXI.Graphics#lineStyle
PIXI
'butt': don't add any cap at line ends (leaves orthogonal edges)
butt Copy
butt
'round': add semicircle at ends
round Copy
round
'square': add square at end (like BUTT except more length at end)
BUTT
square Copy
square
Generated using TypeDoc
Support line caps in
PIXI.LineStyle
for graphics.See
PIXI.Graphics#lineStyle
Memberof
PIXI
Static