mapa parcelas

This commit is contained in:
abe- 2017-06-17 15:48:45 +02:00
parent dd48b7ab1d
commit bbdfe99bb7

View file

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