Hi I’m trying to use Pshape with this code
PShape planet;
void setup(){
size(600,600);
planet = loadShape("sphere.svg");
}
void draw(){
background(0);
shape(planet, 250,250,150,100);
}
and I’ve got this error
<org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Contenu non autorisé dans le prologue.>