Luciano Morales: Proyecto Final

De Casiopea
Luciano Morales: Proyecto Final


TítuloLuciano Morales: Proyecto Final
Tipo de ProyectoProyecto de Taller
Palabras Claveproyecto final
Período2012-
AsignaturaTaller Inicial Común 1ª y 2ª Etapa,
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)Luciano Morales
ProfesorHerbert Spencer

Medio:Luciano Morales Proyecto Final.rar

import processing.pdf.*;

PShape s;

void setup() {
  s = loadShape("adsd.svg");
  size(1000, 1000, PDF, "sadfsadf.pdf");
}

void draw() {
  background(255);
  shape(s, 0, 0, 1000, 1000);
  println("Ctrl+k");
  exit();
}