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.
@@ -11934,7 +11934,7 @@
11934
11934
  Canvas.prototype.viewbox = function(box) {
11935
11935
 
11936
11936
  if (box === undefined && this._cachedViewbox) {
11937
- return this._cachedViewbox;
11937
+ return structuredClone(this._cachedViewbox);
11938
11938
  }
11939
11939
 
11940
11940
  const viewport = this._viewport,