LogoPixi’VN
pixi-jsType aliases

Type Alias: LineJoin

> LineJoin = "round" | "bevel" | "miter"

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/const.d.ts:21

The line join styles for strokes.

It can be:

  • round: The corners of the stroke are rounded.
  • bevel: The corners of the stroke are squared off.
  • miter: The corners of the stroke are extended to meet at a point.

Standard