Disattivazione del contorno

fill

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