> show canvas only <


/* built with Studio Sketchpad: 
 *   https://sketchpad.cc
 * 
 * observe the evolution of this sketch: 
 *   https://dflab.sketchpad.cc/sp/pad/view/ro.YoE2VWLmdt8/rev.1028
 * 
 * authors: 
 *   Sara Reis

 * license (unless otherwise specified): 
 *   creative commons attribution-share alike 3.0 license.
 *   https://creativecommons.org/licenses/by-sa/3.0/ 
 */ 



/* @pjs preload="/static/uploaded_resources/p.10298/Catching-Fire-Mockingjay-.png"; */

PImage Mockingjay = loadImage("/static/uploaded_resources/p.10298/Catching-Fire-Mockingjay-.png");


size (500,500);

background  (255,51,0);

image (Mockingjay,100,30,430,210);

//circulo grande

stroke (0,0,0);
strokeWeight (8);
fill (255,152,0);

ellipse (170,330,250,250);


//circulo 2

stroke (0,0,0);
strokeWeight (5);
fill (255,255,0);

ellipse (170,330,210,210);

line (10,335,330,335);
line (170,170,170,490);