Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LINE_JOIN

Supported line joints in PIXI.LineStyle for graphics.

see

PIXI.Graphics#lineStyle

see

https://graphicdesign.stackexchange.com/questions/59018/what-is-a-bevel-join-of-two-lines-exactly-illustrator

name

LINE_JOIN

memberof

PIXI

static
property

{string} MITER - 'miter': make a sharp corner where outer part of lines meet

property

{string} BEVEL - 'bevel': add a square butt at each end of line segment and fill the triangle at turn

property

{string} ROUND - 'round': add an arc at the joint

Index

Enumeration members

Enumeration members

BEVEL

BEVEL: = "bevel"

MITER

MITER: = "miter"

ROUND

ROUND: = "round"

Generated using TypeDoc