xxxxxxxxxx
function setup() {
createCanvas(505, 480);
}
function draw() {
background(0, 255, 242);
noStroke();
fill('red');
rotate(10.1 / 13.5);
ellipse(250, 5, 3000, 40)
fill(39, 196, 4)
circle(350, 0, 280)
fill(5, 0, 145)
rotate(10.1 / -13.5);
rect(357, 189, 40)
}