size(400,600) # wallpaper stroke(255,111,157) fill(255,191,211) rect(1,1,400,600) # table top stroke(196,2,64) fill(255,0,81) rect(1,500,400,100) #stem stroke(2,39,0) #fill(9,126,1) noFill() # rect( 200,300, 2,265) strokeWeight( 2 ) #line( 200,300, 200,565 ) curve( 150,250, 200,300, 200,565, 150,600 ) strokeWeight(1) # vase stroke(0,0,255) fill(150,150,255,50) rect(100,400,175,175)