From 595c47fbf8b91b20cda8eeb835dbe494cf9f3d34 Mon Sep 17 00:00:00 2001 From: igurielidze Date: Mon, 30 Mar 2026 15:48:26 +0400 Subject: [PATCH] =?UTF-8?q?Rotate=20EPC=20end=20box=2090=C2=B0:=20swap=20d?= =?UTF-8?q?imensions=20to=20match=20start=20icon=20orientation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit End box was 10×20 (tall/narrow perpendicular to line), now 20×10 (wide/squat along line), matching the start icon's landscape proportions. Co-Authored-By: Claude Opus 4.6 (1M context) --- svelte-app/src/lib/symbol-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte-app/src/lib/symbol-config.ts b/svelte-app/src/lib/symbol-config.ts index cb11d42..9037577 100644 --- a/svelte-app/src/lib/symbol-config.ts +++ b/svelte-app/src/lib/symbol-config.ts @@ -3,7 +3,7 @@ export const EPC_CONFIG = { iconFile: '/symbols/epc_icon.svg', leftBox: { x: 0, y: 0, w: 26, h: 20 }, - rightBox: { w: 10, h: 20 }, + rightBox: { w: 20, h: 10 }, lineWidth: 1.5, defaultWaypoints: [ { x: 26, y: 10 }, // exit from left box center-right