Skip to content

a11ydocs v1.7.0


a11ydocs / LineJoin

Type Alias: LineJoin

ts
type LineJoin = "miter" | "round" | "bevel";

Defined in: src/types.ts:2920

Line-join styles for stroked vector paths.

Released under the ISC license.