Agustina Fernandez, Bidimensional

De Casiopea


TítuloAgustina Fernandez, Bidimensional
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
Período2013-
AsignaturaImagen Escrita,
Del CursoImagen Escrita 2013 - DIS,
CarrerasDiseñ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)Agustina Fernandez
ProfesorHerbert Spencer

size(500, 500);
background(255); 

/*

 line(20, 20, 480, 20);
 line(20, 40, 480, 40);
 line(20, 60, 480, 60);
 line(20, 80, 480, 80);
 line(20, 100, 480, 100); 
 


*/

for (int y = 8; y < 460; y += 10) {
  line(10, y, 400, y);
}