/Fixes #1576 /claim #1576
Before Fix:
Small spacing - width: 0.4 height: 1
Large spacing - width: 1.6 height: 4
Test FAILED
Changed width/height calculation in getAllDimensionsForSchematicBox.ts to use fixed MIN_PADDING (0.4) instead of schPinSpacing * 2.
After Fix:
After fix, box width stays constant at 0.4 regardless of schPinSpacing value.
Small spacing - width: 0.4 height: 1
Large spacing - width: 0.4 height: 2.8
Tests PASS
Raghav Arora
@RaghavArora14
tscircuit
@tscircuit