Medium motor resizing (#472)

This commit is contained in:
Sam El-Husseini
2018-04-09 16:24:01 -07:00
committed by GitHub
parent ac1380ec92
commit b8286ab0b9
2 changed files with 22 additions and 4 deletions

View File

@ -13,7 +13,11 @@ namespace pxsim.visuals {
}
public getPaddingRatio() {
return 1 / 5;
return 1 / 8;
}
getWiringRatio() {
return 0.5;
}
protected renderMotorAngle(holeEl: Element, angle: number) {