Skip to content

a11ydocs v1.7.0


a11ydocs / LineCap

Type Alias: LineCap

ts
type LineCap = "butt" | "round" | "projectingSquare";

Defined in: src/types.ts:2915

Line-cap styles for stroked vector paths.

Released under the ISC license.