camunda-bpmn-js 4.20.0 → 4.20.2

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.
@@ -11899,7 +11899,7 @@
11899
11899
  Canvas.prototype.viewbox = function(box) {
11900
11900
 
11901
11901
  if (box === undefined && this._cachedViewbox) {
11902
- return this._cachedViewbox;
11902
+ return structuredClone(this._cachedViewbox);
11903
11903
  }
11904
11904
 
11905
11905
  const viewport = this._viewport,