mapa parcelas

This commit is contained in:
abe- 2017-06-17 15:49:19 +02:00
parent bbdfe99bb7
commit 0e0a34b40b

View file

@ -75,14 +75,14 @@ function draw() {
// Titulo // Titulo
fill(255,200); fill(255,200);
stroke(255); stroke(255);
rect(605, 385, 170, 120); rect(605, 375, 170, 120);
fill(0); fill(0);
textStyle(BOLD); textStyle(BOLD);
textSize(12); textSize(12);
text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 400, 150, 80); text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 390, 150, 80);
textStyle(NORMAL); textStyle(NORMAL);
textSize(12); textSize(12);
text("Datos reales frente a datos según Plan de Colonización", 620, 450, 150, 80); text("Datos reales frente a datos según Plan de Colonización", 620, 440, 150, 80);
} }