pixi.js
Website
GitHub
Discord
Preparing search index...
LineJoin
Type Alias LineJoin
LineJoin
:
"round"
|
"bevel"
|
"miter"
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.
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
Website
GitHub
Discord
pixi.js
Loading...
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.