@syncfusion/ej2-pdf-export 28.2.3 → 29.1.40

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.
@@ -16112,6 +16112,9 @@ class PdfGraphics {
16112
16112
  this.isOverloadWithPosition = false;
16113
16113
  this.isPointOverload = true;
16114
16114
  }
16115
+ else if (this.isOverloadWithPosition) {
16116
+ this.isOverloadWithPosition = false;
16117
+ }
16115
16118
  }
16116
16119
  this.getResources.getResources().requireProcedureSet(this.procedureSets.text);
16117
16120
  if (vAlignShift !== 0) {