circuit-to-svg 0.0.261 → 0.0.263
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3502,7 +3502,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
3502
3502
|
var package_default = {
|
|
3503
3503
|
name: "circuit-to-svg",
|
|
3504
3504
|
type: "module",
|
|
3505
|
-
version: "0.0.
|
|
3505
|
+
version: "0.0.262",
|
|
3506
3506
|
description: "Convert Circuit JSON to SVG",
|
|
3507
3507
|
main: "dist/index.js",
|
|
3508
3508
|
files: [
|
|
@@ -3615,7 +3615,7 @@ function getLayerPriority(layer) {
|
|
|
3615
3615
|
return 5 + layerIndex;
|
|
3616
3616
|
}
|
|
3617
3617
|
if (normalized === "through") return 18;
|
|
3618
|
-
if (normalized === "top") return
|
|
3618
|
+
if (normalized === "top") return 17;
|
|
3619
3619
|
if (normalized === "drill") return 30;
|
|
3620
3620
|
if (normalized === "overlay") return 40;
|
|
3621
3621
|
return 10;
|