ISCS 绘图数据修改
This commit is contained in:
parent
0e10532316
commit
81ea1a4d3a
File diff suppressed because one or more lines are too long
@ -18,7 +18,7 @@ export default class BrakeMachine extends Group {
|
||||
});
|
||||
this.path = createPathSvg(this.model);
|
||||
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.add(this.grouper);
|
||||
|
Loading…
Reference in New Issue
Block a user