PIXI.LINE_JOIN

LINE_JOIN

Supported line joints in PIXI.LineStyle for graphics.

See:

Summary


Properties from LINE_JOIN

string
static BEVEL
string
static MITER
string
static ROUND

Public Properties


BEVEL const.ts:1
static BEVEL: string

'bevel': add a square butt at each end of line segment and fill the triangle at turn

MITER const.ts:1
static MITER: string

'miter': make a sharp corner where outer part of lines meet

ROUND const.ts:1
static ROUND: string

'round': add an arc at the joint


Powered by webdoc!