diff --git a/packages/tldraw/src/lib/shapes/geo/components/GeoShapeBody.tsx b/packages/tldraw/src/lib/shapes/geo/components/GeoShapeBody.tsx index de452a9b7..5030089ac 100644 --- a/packages/tldraw/src/lib/shapes/geo/components/GeoShapeBody.tsx +++ b/packages/tldraw/src/lib/shapes/geo/components/GeoShapeBody.tsx @@ -184,7 +184,7 @@ export function GeoShapeBody({ shape, shouldScale }: { shape: TLGeoShape; should } } case 'heart': { - if (dash === 'dashed' || dash === 'dotted') { + if (dash === 'dashed' || dash === 'dotted' || dash === 'solid') { const d = getHeartPath(w, h) const curves = getHeartParts(w, h)