jscad-electronics 0.0.132 → 0.0.134

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
@@ -1682,7 +1682,7 @@ var FemaleHeaderRow = ({
1682
1682
  const row = Math.floor(i / pinsPerRow);
1683
1683
  const col = i % pinsPerRow;
1684
1684
  const x = xoff + col * pitch;
1685
- const y = -row * rowSpacing;
1685
+ const y = ((rows - 1) / 2 - row) * rowSpacing;
1686
1686
  return /* @__PURE__ */ jsx26(
1687
1687
  FemaleHeader,
1688
1688
  {