remove deprecated mutable drawing functions: scale, setXY
This commit is contained in:
@ -28,8 +28,4 @@ export class Drawing extends XmlComponent {
|
||||
this.root.push(new Anchor(imageData, imageData.transformation, drawingOptions));
|
||||
}
|
||||
}
|
||||
|
||||
public scale(factorX: number, factorY: number): void {
|
||||
this.inline.scale(factorX, factorY);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user