mxdraw 0.1.135 → 0.1.137

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.
@@ -3341,7 +3341,7 @@ declare class MxDbSVG extends MxDbEntity {
3341
3341
  setSvgChildColor(aryColor: number[]): void;
3342
3342
  getSvgChildColor(): number[];
3343
3343
  private calcVewSize;
3344
- private calcSvgDrawRect;
3344
+ calcSvgDrawRect(mxObj: MxDrawObject): any;
3345
3345
  private calcImageDrawRect;
3346
3346
  worldDraw(pWorldDraw: McGiWorldDraw): void;
3347
3347
  /**