Alexander Jimenez 10000 lineas

De Casiopea



TítuloAlexander Jimenez 100 lineas 2012
Tipo de ProyectoProyecto de Curso
Del CursoImagen Escrita 2012,
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)Alexander Jimenez

size(700, 700); background(150); for (int i=0; i<700; i=i+1) {

 line (350, 0, i, 40);
 line (350, 40, i, 80);
 line (350, 80, i, 120);
  line (350, 120, i, 160);
   line (350, 160, i, 200);
    line (350, 200, i, 240);
     line (350, 240, i, 280);
      line (350, 280, i, 320);
       line (350, 320, i, 360);
        line (350, 360, i, 400);
         line (350, 400, i, 440);
          line (350, 440, i, 480);
           line (350, 480, i, 520);
            line (350, 520, i, 560);

} for (int i=250; i<450; i=i+1) {

 line (350, 560, i, 700);}