@tscircuit/footprinter 0.0.233 → 0.0.234
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2286,7 +2286,7 @@ var stampboard = (raw_params) => {
|
|
|
2286
2286
|
const pinLabels = [];
|
|
2287
2287
|
let routes = [];
|
|
2288
2288
|
const innerDiameter = 1;
|
|
2289
|
-
const outerDiameter =
|
|
2289
|
+
const outerDiameter = innerDiameter;
|
|
2290
2290
|
const totalPadsNumber = params.left + params.right + (params.bottom ?? 0) + (params.top ?? 0);
|
|
2291
2291
|
const maxLabelLength = `pin${totalPadsNumber}`.length;
|
|
2292
2292
|
const textHalf = maxLabelLength * 0.7 / 2;
|