Commit 9757e390 by Juan Pablo dure

prueba 2

1 parent d861570a
......@@ -54,7 +54,7 @@ class PDF2 {
header.addRelativeChildren([
new Text("Dominio: " + data['patente'], new Vector(Pos.beg_margin, Pos.two_thirds), this.font),
new Text("Fecha: " + data['fecha'], new Vector(Pos.third, Pos.two_thirds), this.font),
new Text("Hora: " + data['hora'], new Vector(Pos.beg_margin + 2, Pos.two_thirds), this.font),
new Text("Hora: " + data['hora'], new Vector(Pos.beg_margin, Pos.three_quarters), this.font),
new Text("Ingeniero: " + data['ingeniero'], new Vector(Pos.third + 2, Pos.two_thirds), this.font)
]);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!