PIXI.LINE_CAP

LINE_CAP

Support line caps in PIXI.LineStyle for graphics.

See: PIXI.Graphics#lineStyle

Summary


Properties from LINE_CAP

string
static BUTT
string
static ROUND
string
static SQUARE

Public Properties


BUTT const.ts:21
static BUTT: string

'butt': don't add any cap at line ends (leaves orthogonal edges)

ROUND const.ts:21
static ROUND: string

'round': add semicircle at ends

SQUARE const.ts:21
static SQUARE: string

'square': add square at end (like BUTT except more length at end)


Powered by webdoc!