Skip to content

happypdf / LineJoinStyle

Enumeration: LineJoinStyle

Defined in: src/api/operators.ts:98

Enumeration Members

Bevel

ts
Bevel: 2;

Defined in: src/api/operators.ts:101


Miter

ts
Miter: 0;

Defined in: src/api/operators.ts:99


Round

ts
Round: 1;

Defined in: src/api/operators.ts:100

MIT Licensed. A fork of pdf-lib.