@tscircuit/footprinter 0.0.294 → 0.0.296

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -8264,7 +8264,8 @@ var m2host = (raw_params) => {
8264
8264
  maxY = Math.max(maxY, y + h / 2);
8265
8265
  };
8266
8266
  for (const pad2 of pads) {
8267
- updateBounds(pad2.x, pad2.y, pad2.width, pad2.height);
8267
+ const rectPad = pad2;
8268
+ updateBounds(rectPad.x, rectPad.y, rectPad.width, rectPad.height);
8268
8269
  }
8269
8270
  updateBounds(cutout.center.x, cutout.center.y, cutout.width, cutout.height);
8270
8271
  for (const point of pin1Marker.route) {