Support line caps in PIXI.LineStyle for graphics.
PIXI.LineStyle
PIXI.Graphics#lineStyle
LINE_CAP
PIXI
{string} BUTT - 'butt': don't add any cap at line ends (leaves orthogonal edges)
{string} ROUND - 'round': add semicircle at ends
{string} SQUARE - 'square': add square at end (like BUTT except more length at end)
BUTT
Generated using TypeDoc
Support line caps in
PIXI.LineStyle
for graphics.PIXI.Graphics#lineStyle
LINE_CAP
PIXI
{string} BUTT - 'butt': don't add any cap at line ends (leaves orthogonal edges)
{string} ROUND - 'round': add semicircle at ends
{string} SQUARE - 'square': add square at end (like
BUTT
except more length at end)