ISCS 绘图数据修改

This commit is contained in:
joylink_cuiweidong 2020-02-06 16:49:01 +08:00
parent 0e10532316
commit 81ea1a4d3a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@ export default class BrakeMachine extends Group {
}); });
this.path = createPathSvg(this.model); this.path = createPathSvg(this.model);
if (this.model.isRight) { if (this.model.isRight) {
this.grouper.origin = [this.model.width / 2, this.model.width / 2 ]; this.grouper.origin = [this.model.width / 2, this.model.width * 0.61 / 2 ];
this.grouper.rotation = Math.PI; this.grouper.rotation = Math.PI;
} }
this.add(this.grouper); this.add(this.grouper);