Fix Caricatore
This commit is contained in:
+2
-2
@@ -42,8 +42,8 @@ export default class SVGCaricatore extends Vue{
|
||||
minoreuguale:string="<=";
|
||||
|
||||
getPositionSheet(id,col){
|
||||
var vent = ((this.larghTelaioSVG + (this.dimVentose*2)) / (this.numVentose +1));
|
||||
var posX = (id*vent ) - (this.dimVentose*2);
|
||||
var vent = (this.larghTelaioSVG - (this.dimVentose*2)) / (this.numVentose -1);
|
||||
var posX = (id-1)*vent;
|
||||
if(col == 1)
|
||||
return "translate(-630 -147) translate(50 25) translate(580 122) translate(0 70) translate(0 0) translate("+ posX + ")";
|
||||
else if(col == 2)
|
||||
|
||||
Reference in New Issue
Block a user