mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
parcelas error touppercase
This commit is contained in:
parent
eba62c9b1d
commit
bc3b35f5c3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function draw() {
|
|||
var nbr = String.prototype.toUpperCase(nombres[n]);
|
||||
if (dimr[n] != -1 || !compara(mc,color(colores[n]))) fill(0);
|
||||
else fill(0);
|
||||
textStyle(BOLD);
|
||||
//textStyle(BOLD);
|
||||
text(nbr, x[n], y[n]-10);
|
||||
textStyle(NORMAL);
|
||||
if (compara(mc,color(colores[n]))) {
|
||||
|
|
Loading…
Reference in a new issue