Commit cf910cee by Juan Pablo dure

correccion

1 parent 54ad3c28
......@@ -49,7 +49,7 @@ class PDF2 {
headerToPDF(pointer, data) {
const header = this.A4.addRelativeChild(new Div(pointer, new Vector(Pos.end, 3)));
const header = this.A4.addRelativeChild(new Div(pointer, new Vector(Pos.end, 5)));
header.addRelativeChildren([
new Text("Dominio: " + data['patente'], new Vector(Pos.beg_margin + 2, Pos.third), 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!