1000 lineas, Catalina Morales
De Casiopea
Título | 1000 lineas, Catalina Morales |
---|---|
Palabras Clave | imagen escrita, 1000 lineas |
Período | 2012-2012 |
Asignatura | Imagen Escrita 2012, |
Del Curso | Imagen Escrita 2012, |
Carreras | Diseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property. |
Alumno(s) | Catalina Morales |
Profesor | Herbert Spencer |
void setup() {
size(700, 700); background(230);
for (int i = 0; i < 10001; i = i+10) line(11, 500,800, i);
}