remove deprecated mutable drawing functions: scale, setXY
This commit is contained in:
@ -15,11 +15,4 @@ export class Extent extends XmlComponent {
|
||||
|
||||
this.root.push(this.attributes);
|
||||
}
|
||||
|
||||
public setXY(x: number, y: number): void {
|
||||
this.attributes.set({
|
||||
cx: x,
|
||||
cy: y,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user