@cnvx/nodal 0.3.2 → 0.3.3

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.
@@ -14,9 +14,11 @@
14
14
  <path
15
15
  d={path}
16
16
  fill="none"
17
+ stroke-width="2"
17
18
  stroke="currentColor"
18
19
  stroke-linecap="round"
19
20
  stroke-linejoin="round"
20
21
  shape-rendering="smooth"
22
+ vector-effect="non-scaling-stroke"
21
23
  {...edge.svgPathAttributes || {}}
22
24
  />
@@ -213,7 +213,7 @@
213
213
  </script>
214
214
 
215
215
  <svg
216
- shape-rendering="crispEdges"
216
+ preserveAspectRatio="none"
217
217
  style="position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;overflow:visible;z-index:0;"
218
218
  {...svgAttributes}
219
219
  >
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cnvx/nodal",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "0.3.2",
5
+ "version": "0.3.3",
6
6
  "scripts": {
7
7
  "dev": "vite dev",
8
8
  "dev-lib": "svelte-package -w",