Skip to content

LineCapStyle

@scaryterry/pdfium


Defined in: src/core/types.ts:1409

Line cap styles for path strokes.

Defines how the ends of open paths are drawn.

Enumeration MemberValueDescriptionDefined in
Butt"Butt"Butt cap - stroke ends at the endpoint.src/core/types.ts:1411
Round"Round"Round cap - stroke ends with a semicircle.src/core/types.ts:1413
Square"Square"Square cap - stroke extends half the line width past the endpoint.src/core/types.ts:1415