circuit-to-svg 0.0.113 → 0.0.114

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
@@ -417,6 +417,8 @@ function createSvgObjectsFromPcbSilkscreenPath(silkscreenPath, transform) {
417
417
  fill: "none",
418
418
  stroke: color,
419
419
  "stroke-width": (silkscreenPath.stroke_width * Math.abs(transform.a)).toString(),
420
+ "stroke-linecap": "round",
421
+ "stroke-linejoin": "round",
420
422
  "data-pcb-component-id": silkscreenPath.pcb_component_id,
421
423
  "data-pcb-silkscreen-path-id": silkscreenPath.pcb_silkscreen_path_id
422
424
  },