@ngroznykh/papirus 0.3.8 → 0.3.9
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/papirus.js
CHANGED
|
@@ -8635,12 +8635,12 @@ class SvgExporter {
|
|
|
8635
8635
|
parts.push(this.renderGroup(group));
|
|
8636
8636
|
}
|
|
8637
8637
|
}
|
|
8638
|
-
parts.push(...renderedEdges);
|
|
8639
8638
|
for (const node of this.renderer.nodes.values()) {
|
|
8640
8639
|
if (node.visible) {
|
|
8641
8640
|
parts.push(this.renderNode(node));
|
|
8642
8641
|
}
|
|
8643
8642
|
}
|
|
8643
|
+
parts.push(...renderedEdges);
|
|
8644
8644
|
parts.push(`</g></svg>`);
|
|
8645
8645
|
return parts.join("");
|
|
8646
8646
|
}
|