mxdraw 0.1.136 → 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.
@@ -1,6 +1,7 @@
1
1
  import McGiWorldDraw from '../McGiWorldDraw';
2
2
  import MxDbEntity from '../MxDbEntity';
3
3
  import MxDbSVGText from '../MxDbSVGText';
4
+ import MxDrawObject from '../MxDrawObject';
4
5
  import drawMxDbSVG from './draw';
5
6
  /**
6
7
  * MxDbSVG 绘制SVG图形.
@@ -34,7 +35,7 @@ declare class MxDbSVG extends MxDbEntity {
34
35
  setSvgChildColor(aryColor: number[]): void;
35
36
  getSvgChildColor(): number[];
36
37
  private calcVewSize;
37
- private calcSvgDrawRect;
38
+ calcSvgDrawRect(mxObj: MxDrawObject): any;
38
39
  private calcImageDrawRect;
39
40
  worldDraw(pWorldDraw: McGiWorldDraw): void;
40
41
  /**