↓ 4 callersFunctionbuildEllipseArcPath(
w: number,
h: number,
startDeg: number,
sweepDeg: number,
inner: number,
)
packages/pen-core/src/arc-path.ts:10
↓ 4 callersFunctionestimatePathBBox* Estimate bounding box from SVG path coordinates. * Command-aware (tracks M, L, H, V, C, S, Q, A). * Not pixel-perfect for curves but sufficient fo
packages/pen-engine/src/core/svg-parser.ts:635
↓ 4 callersFunctionmovePathControl(
anchors: PenPathAnchor[],
anchorIndex: number,
control: PathControlKind,
dx: number,
dy: number,
)
apps/web/src/canvas/skia/path-editing.ts:66