Disattivazione del contorno

// height=110 lines=auto
function setup() {
background( 220 );
noStroke();
ellipse( 50,50, 70,70 );
}

// height=110 lines=auto
function setup() {
background( 220 );
noStroke();
ellipse( 50,50, 70,70 );
}