circuit-to-svg 0.0.153 → 0.0.154
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -4880,7 +4880,7 @@ var createSvgObjectsFromSchematicBox = ({
|
|
|
4880
4880
|
y: yTop.toString(),
|
|
4881
4881
|
width: (xRight - xLeft).toString(),
|
|
4882
4882
|
height: (yBottom - yTop).toString(),
|
|
4883
|
-
"stroke-width":
|
|
4883
|
+
"stroke-width": `${getSchStrokeSize(transform)}px`,
|
|
4884
4884
|
stroke: colorMap2.schematic.component_outline || "black",
|
|
4885
4885
|
fill: "transparent"
|
|
4886
4886
|
};
|