Skip to main content

Interface: ArcBraceOptions

Defined in: mobjects/svg/Brace.ts:49

Options for creating an ArcBrace

Properties

arc

arc: Arc

Defined in: mobjects/svg/Brace.ts:51

The arc to place the brace on


buff?

optional buff: number

Defined in: mobjects/svg/Brace.ts:55

Buffer distance from the arc. Default: 0.2


color?

optional color: string

Defined in: mobjects/svg/Brace.ts:57

Stroke color as CSS color string. Default: WHITE


direction?

optional direction: number

Defined in: mobjects/svg/Brace.ts:53

Direction to place the brace (1 = outside, -1 = inside). Default: 1


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/svg/Brace.ts:59

Stroke width in pixels. Default: 4