Skip to content

modern-pdf-lib


modern-pdf-lib / setLineJoinOp

Function: setLineJoinOp()

setLineJoinOp(style): string

Defined in: src/core/operators/graphics.ts:231

Set the line join style (j).

ValueStyle
0Miter join
1Round join
2Bevel join

Parameters

style

0 | 1 | 2

Returns

string

Released under the MIT License.