circuit-to-svg 0.0.247 → 0.0.248

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 CHANGED
@@ -2490,7 +2490,7 @@ function createSvgObjectsFromPcbPanel(pcbPanel, ctx) {
2490
2490
  attributes: {
2491
2491
  class: "pcb-panel",
2492
2492
  d: path,
2493
- fill: shouldRenderSolderMask ? colorMap2.soldermask.top : "none",
2493
+ fill: "none",
2494
2494
  stroke: colorMap2.boardOutline,
2495
2495
  "stroke-width": (0.1 * Math.abs(transform.a)).toString(),
2496
2496
  "data-type": "pcb_panel",
@@ -3287,7 +3287,7 @@ function getSoftwareUsedString(circuitJson) {
3287
3287
  var package_default = {
3288
3288
  name: "circuit-to-svg",
3289
3289
  type: "module",
3290
- version: "0.0.246",
3290
+ version: "0.0.247",
3291
3291
  description: "Convert Circuit JSON to SVG",
3292
3292
  main: "dist/index.js",
3293
3293
  files: [