mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 22:41:27 +02:00
Fix CSS reference
This commit is contained in:
parent
caeeb5f44b
commit
1ac24f0a57
8 changed files with 1 additions and 8 deletions
|
@ -50,7 +50,7 @@ function draw() {
|
|||
textStyle(BOLD);
|
||||
textSize(14);
|
||||
for (var n = 0; n < nombres.length; n++) {
|
||||
var nbr = String.toUpperCase(nombres[n]);
|
||||
var nbr = nombres[n].toUpperCase();
|
||||
fill(255);
|
||||
noStroke();
|
||||
fill(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue