Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 50992d02
authored
10 months ago
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Corrijo posision de texto derecho
1 parent
99005221
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
static/src/pdf2.js
static/src/pdf2.js
View file @
50992d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment