From 3d0215f8d8e62407686f3031bb1a61d8a05d4a37 Mon Sep 17 00:00:00 2001 From: umsangdon Date: Wed, 2 Sep 2026 19:19:57 +0900 Subject: [PATCH] =?UTF-8?q?feat(B07):=20=ED=91=9C=EC=A7=80=EC=97=90=20?= =?UTF-8?q?=ED=9A=8C=EC=82=AC=20=EB=A1=9C=EA=B3=A0=20=EC=9E=90=EB=A6=AC=20?= =?UTF-8?q?=EC=8B=A0=EC=84=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `00_template_cover.json` 에 Image 자리 추가 — `{{회사로고}}`, x 57.40~137.40 · y 64.06~104.06 (폭 80 · 높이 40) - 자리는 오른쪽 아래 `{{시행청}}`(기준점 784.35, 84.06)과 좌우로 마주 보게 잡음. 왼쪽 여백은 `{{연도기번}}`(x 57.4)과 맞추고 세로는 시행청 글자줄에 맞춤 - 값 공급은 도각과 같은 통로 — `build_cover_drawing` 이 이미 `_fill_placeholders` 를 태우므로 로고를 못 구하면 종전대로 엔티티째 빠짐 Co-Authored-By: Claude Opus 5 (1M context) --- .../template_2dDrawing/00_template_cover.json | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/resources/template_2dDrawing/00_template_cover.json b/resources/template_2dDrawing/00_template_cover.json index 4dff3543..901b9426 100644 --- a/resources/template_2dDrawing/00_template_cover.json +++ b/resources/template_2dDrawing/00_template_cover.json @@ -332,6 +332,34 @@ "fontFamily": "sans-serif" } } + }, + { + "id": "944f4ed1-a4e0-5ddf-b91f-3847984d2659", + "type": "Image", + "lineColor": "#f5f7fa", + "lineWidth": 1, + "layerId": "-00.표지", + "shapeData": { + "points": [ + { + "x": 57.4, + "y": 64.06 + }, + { + "x": 137.4, + "y": 64.06 + }, + { + "x": 137.4, + "y": 104.06 + }, + { + "x": 57.4, + "y": 104.06 + } + ], + "imageData": "{{회사로고}}" + } } ], "layers": [ @@ -348,4 +376,4 @@ "isLocked": false } ] -} \ No newline at end of file +}