spytial-core 1.4.18 → 1.4.19
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.
|
@@ -91010,7 +91010,6 @@ VVbdfjptxz|~\x80\x82\x84\xA6\xA8W\b
|
|
|
91010
91010
|
if (priorPosition) {
|
|
91011
91011
|
x = priorPosition.x;
|
|
91012
91012
|
y = priorPosition.y;
|
|
91013
|
-
console.log(`Node ${node.id}: Using prior position (${x.toFixed(2)}, ${y.toFixed(2)})`);
|
|
91014
91013
|
} else if (this.priorPositionMap.size > 0) {
|
|
91015
91014
|
console.log(`Node ${node.id}: No prior position found (available: ${Array.from(this.priorPositionMap.keys()).join(", ")})`);
|
|
91016
91015
|
if (this.dagre_graph) {
|