Supported line joints in PIXI.LineStyle for graphics.
PIXI.LineStyle
PIXI.Graphics#lineStyle
https://graphicdesign.stackexchange.com/questions/59018/what-is-a-bevel-join-of-two-lines-exactly-illustrator
LINE_JOIN
PIXI
{string} MITER - 'miter': make a sharp corner where outer part of lines meet
{string} BEVEL - 'bevel': add a square butt at each end of line segment and fill the triangle at turn
{string} ROUND - 'round': add an arc at the joint
Generated using TypeDoc
Supported line joints in
PIXI.LineStyle
for graphics.PIXI.Graphics#lineStyle
https://graphicdesign.stackexchange.com/questions/59018/what-is-a-bevel-join-of-two-lines-exactly-illustrator
LINE_JOIN
PIXI
{string} MITER - 'miter': make a sharp corner where outer part of lines meet
{string} BEVEL - 'bevel': add a square butt at each end of line segment and fill the triangle at turn
{string} ROUND - 'round': add an arc at the joint