Commit 50992d02 by Tu Nombre

Corrijo posision de texto derecho

1 parent 99005221
......@@ -207,21 +207,21 @@ class PDF2 {
trasero.addRelativeChildren([
new Text(`${this.Dominio} - Diagnóstico de Frenos - Eje Trasero - Frenos de Mano`, new Vector(Pos.beg, Pos.third -25, ), this.font),
new Text("Peso Lado Izquierdo", new Vector(Pos.beg_margin, Pos.quarter), this.font),
new Text(`${data['peso_izquierda']} Kg`, new Vector(Pos.beg_margin + 3, Pos.quarter + 15), this.font),
new Text("Peso del Eje ", new Vector(Pos.middle - 10, Pos.quarter), this.font),
new Text(`${data['peso_estatico']} Kg`, new Vector(Pos.middle - 5, Pos.quarter +15), this.font),
new Text("Peso Lado Derecho", new Vector(Pos.three_quarters, Pos.quarter), this.font),
new Text(`${data['peso_derecha']} KG`, new Vector(Pos.three_quarters + 3, Pos.quarter + 15), this.font),
new Text("Fuerza IZ", new Vector(Pos.beg_margin, Pos.middle + 5), this.font),
new Text(`${data['fuerza_izquierda']} KN`, new Vector(Pos.beg_margin + 3, Pos.middle + 20), this.font),
new Text("Diferencia", new Vector(Pos.middle - 10, Pos.middle +5), this.font),
new Text(`${data['diferencia_freno_mano']} Kg`, new Vector(Pos.middle - 5, Pos.middle + 20), this.font),
new Text("Fuerza DE", new Vector(Pos.three_quarters, Pos.middle +5), this.font),
new Text(`${data['fuerza_derecha']} KN`, new Vector(Pos.three_quarters + 3, Pos.middle + 20), this.font)
new Text(`${this.Dominio} - Diagnóstico de Frenos - Eje Trasero - Frenos de Mano`, new Vector(Pos.beg, Pos.third -25, ), this.font),//Eje debe ser variable
new Text("Peso Lado Izquierdo", new Vector(Pos.beg_margin, Pos.quarter), this.font),,//OK IZ
new Text(`${data['peso_izquierda']} Kg`, new Vector(Pos.beg_margin + 3, Pos.quarter + 15), this.font),,//OK IZ
new Text("Peso del Eje ", new Vector(Pos.middle - 21, Pos.quarter), this.font),//Ok mi
new Text(`${data['peso_estatico']} Kg`, new Vector(Pos.middle - 18, Pos.quarter +15), this.font),//Ok mid
new Text("Peso Lado Derecho", new Vector(Pos.three_quarters -28, Pos.quarter), this.font),//OK DER
new Text(`${data['peso_derecha']} KG`, new Vector(Pos.three_quarters - 25, Pos.quarter + 15), this.font),//OK DER
new Text("Fuerza IZ", new Vector(Pos.beg_margin, Pos.middle + 5), this.font),,//OK IZ
new Text(`${data['fuerza_izquierda']} KN`, new Vector(Pos.beg_margin + 3, Pos.middle + 20), this.font),,//OK IZ
new Text("Diferencia", new Vector(Pos.middle - 21, Pos.middle +5), this.font),//OK Mid
new Text(`${data['diferencia_freno_mano']} Kg`, new Vector(Pos.middle - 18, Pos.middle + 20), this.font),//OK mid
new Text("Fuerza DE", new Vector(Pos.three_quarters, Pos.middle -28), this.font),//OK DER
new Text(`${data['fuerza_derecha']} KN`, new Vector(Pos.three_quarters - 25, Pos.middle + 20), this.font)//OK DER
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!