From 10d03b1bd20793ab30e9bfff1d158948c29fa064 Mon Sep 17 00:00:00 2001 From: Patrik Simms Date: Mon, 24 Aug 2026 23:30:52 +0200 Subject: [PATCH] fix: make the leaf sprig look complete Summary: - end the leaf-pair stem at its upper leaf joint Rationale: - the exposed stem tip looked like a flower head had failed to render Tests: - bun run test src/domain/filler-art.test.ts - bun run lint - bun run typecheck - bun run format:check AI-Assisted: true AI-Agent: codex AI-Model: openai/gpt-5.6-sol --- src/domain/filler-art.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/filler-art.ts b/src/domain/filler-art.ts index cc8d740..75972f5 100644 --- a/src/domain/filler-art.ts +++ b/src/domain/filler-art.ts @@ -183,7 +183,7 @@ export const FILLER_MOTIFS: FillerMotif[] = [ id: "leaf-pair", family: "botanical", shapes: [ - { d: rectangle(48.5, 18, 3, 68), tone: "ink" }, + { d: rectangle(48.5, 46, 3, 40), tone: "ink" }, { d: leaf(50, 64, 22, 42, 16), tone: "primary" }, { d: leaf(50, 46, 78, 26, 16), tone: "secondary" }, ],