@visactor/vchart 1.12.16 → 1.12.17

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/build/index.js CHANGED
@@ -18756,10 +18756,7 @@
18756
18756
  const {
18757
18757
  context: context
18758
18758
  } = drawContext;
18759
- context.highPerformanceSave();
18760
- const t1 = graphic.parent.globalTransMatrix,
18761
- t2 = graphic.stage.window.getViewBoxTransform().clone().multiply(t1.a, t1.b, t1.c, t1.d, t1.e, t1.f);
18762
- if (graphic.parent && context.setTransformFromMatrix(t2, !0), drawContribution.dirtyBounds && drawContribution.backupDirtyBounds) {
18759
+ if (context.highPerformanceSave(), context.transformFromMatrix(graphic.transMatrix, !0), drawContribution.dirtyBounds && drawContribution.backupDirtyBounds) {
18763
18760
  tempDirtyBounds.copy(drawContribution.dirtyBounds), tempBackupDirtyBounds.copy(drawContribution.backupDirtyBounds);
18764
18761
  const m = graphic.globalTransMatrix.getInverse();
18765
18762
  drawContribution.dirtyBounds.copy(drawContribution.backupDirtyBounds).transformWithMatrix(m), drawContribution.backupDirtyBounds.copy(drawContribution.dirtyBounds);
@@ -61934,7 +61931,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
61934
61931
  };
61935
61932
  registerVChartCore();
61936
61933
 
61937
- const version = "1.12.16";
61934
+ const version = "1.12.17";
61938
61935
 
61939
61936
  const addVChartProperty = (data, op) => {
61940
61937
  const context = op.beforeCall();