↓ 1 callersFunctionmakePolygon(
id: string,
x: number,
y: number,
w: number,
h: number,
count = 6,
)
apps/web/src/utils/__tests__/boolean-ops.test.ts:22
↓ 1 callersFunctionnodeToPathD* Convert any parsed SVG node type into an SVG path `d` string. * SVGs can contain <circle>, <ellipse>, <rect>, <line>, <path>, etc. * We convert th
apps/web/src/components/panels/icon-section.tsx:32