LogoPixi’VN
pixi-jsType aliases

Type Alias: LineCap

> LineCap = "butt" | "round" | "square"

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

The line cap styles for strokes.

It can be:

  • butt: The ends of the stroke are squared off at the endpoints.
  • round: The ends of the stroke are rounded.

Standard