Skip to content

DEFAULT_MITER_LIMIT

const DEFAULT_MITER_LIMIT: 10 = 10

Defined in: core/stroke.ts:36

Defaults match the Canvas 2D defaults and are pinned identically on Canvas/SVG so the three backends agree. (SVG’s own default miter limit is 4, so it must be set explicitly.)