circuit-to-svg 0.0.155 → 0.0.156
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 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4883,6 +4883,7 @@ var createSvgObjectsFromSchematicBox = ({
|
|
|
4883
4883
|
width: (xRight - xLeft).toString(),
|
|
4884
4884
|
height: (yBottom - yTop).toString(),
|
|
4885
4885
|
"stroke-width": `${getSchStrokeSize(transform)}px`,
|
|
4886
|
+
"vector-effect": "non-scaling-stroke",
|
|
4886
4887
|
stroke: colorMap2.schematic.component_outline || "black",
|
|
4887
4888
|
fill: "transparent"
|
|
4888
4889
|
};
|