circuit-json-to-gerber 0.0.80 → 0.0.81
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.
|
@@ -1953,7 +1953,7 @@ var findApertureNumber = (glayer, search_params) => {
|
|
|
1953
1953
|
// package.json
|
|
1954
1954
|
var package_default = {
|
|
1955
1955
|
name: "circuit-json-to-gerber",
|
|
1956
|
-
version: "0.0.
|
|
1956
|
+
version: "0.0.80",
|
|
1957
1957
|
main: "dist/index.js",
|
|
1958
1958
|
type: "module",
|
|
1959
1959
|
scripts: {
|
|
@@ -2655,7 +2655,7 @@ var convertSoupToGerberCommands = (circuitJson, opts = {}) => {
|
|
|
2655
2655
|
...gerberBuilder().add("set_layer_polarity", { polarity: "C" }).build()
|
|
2656
2656
|
);
|
|
2657
2657
|
}
|
|
2658
|
-
for (const char of element.text
|
|
2658
|
+
for (const char of element.text) {
|
|
2659
2659
|
if (char === " ") {
|
|
2660
2660
|
anchoredX += spaceWidth + letterSpacing;
|
|
2661
2661
|
continue;
|
|
@@ -3521,4 +3521,4 @@ export {
|
|
|
3521
3521
|
stringifyGerberCommands,
|
|
3522
3522
|
convertSoupToGerberCommands
|
|
3523
3523
|
};
|
|
3524
|
-
//# sourceMappingURL=chunk-
|
|
3524
|
+
//# sourceMappingURL=chunk-LJRHQISL.js.map
|