Rotate EPC end box 90°: swap dimensions to match start icon orientation

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) <noreply@anthropic.com>
This commit is contained in:
igurielidze 2026-03-30 15:48:26 +04:00
parent e4c67b165b
commit 595c47fbf8

View File

@ -3,7 +3,7 @@
export const EPC_CONFIG = { export const EPC_CONFIG = {
iconFile: '/symbols/epc_icon.svg', iconFile: '/symbols/epc_icon.svg',
leftBox: { x: 0, y: 0, w: 26, h: 20 }, leftBox: { x: 0, y: 0, w: 26, h: 20 },
rightBox: { w: 10, h: 20 }, rightBox: { w: 20, h: 10 },
lineWidth: 1.5, lineWidth: 1.5,
defaultWaypoints: [ defaultWaypoints: [
{ x: 26, y: 10 }, // exit from left box center-right { x: 26, y: 10 }, // exit from left box center-right