modern-pdf-lib / setLineJoinOp
Function: setLineJoinOp()
setLineJoinOp(
style):string
Defined in: src/core/operators/graphics.ts:231
Set the line join style (j).
| Value | Style |
|---|---|
| 0 | Miter join |
| 1 | Round join |
| 2 | Bevel join |
Parameters
style
0 | 1 | 2
Returns
string