Code Sketch
Big Brown Bear
clear()
setSpeed(fast)
showAxes()
setBackgroundV(green,yellow)
def bear = Picture.ellipse(10, 10).thatsFilledWith(white)
def bear1=picStack(
Picture{},
bear.thatsScaled(3.50,3.50).thatsStrokeSized(1).thatsTranslated(100, -40).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(3.50,3.50).thatsStrokeSized(1).thatsTranslated(-100, -40).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(10,10).thatsStrokeSized(0.50).thatsTranslated(0, -60).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
// bear.thatsScaled(8,8).thatsStrokeSized(0.50).thatsTranslated(0, -60).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(4.50,4.50).thatsStrokeSized(1).thatsTranslated(70, -130).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(4.50,4.50).thatsStrokeSized(1).thatsTranslated(-70, -130).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(3.50,3.50).thatsStrokeSized(1).thatsTranslated(75, 130).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(3.50,3.50).thatsStrokeSized(1).thatsTranslated(-75, 130).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(2,2).thatsStrokeSized(1).thatsTranslated(75, 130).thatsFilledWith(black).thatsStrokeColored(black),
bear.thatsScaled(2,2).thatsStrokeSized(1).thatsTranslated(-75, 130).thatsFilledWith(black).thatsStrokeColored(black),
bear.thatsScaled(8,8).thatsStrokeSized(0.50).thatsTranslated(0, 75).thatsStrokeColored(black).thatsFilledWith(Color(168, 103, 21)),
bear.thatsScaled(2,2).thatsStrokeSized(1).thatsTranslated(35, 100).thatsStrokeColored(black).thatsFilledWith(white),
bear.thatsScaled(2,2).thatsStrokeSized(1).thatsTranslated(-35, 100).thatsStrokeColored(black).thatsFilledWith(white),
bear.thatsScaled(1.30,1.30).thatsStrokeSized(1).thatsTranslated(-35, 95).thatsFilledWith(black).thatsStrokeColored(black),
bear.thatsScaled(1.30,1.30).thatsStrokeSized(1).thatsTranslated(35, 95).thatsFilledWith(black).thatsStrokeColored(black),
bear.thatsScaled(1.30,1.30).thatsStrokeSized(1).thatsTranslated(0, 65).thatsFilledWith(black).thatsStrokeColored(black),
bear.thatsScaled(1.30,1.30).thatsStrokeSized(1).thatsTranslated(0, 20).thatsFilledWith(red).thatsStrokeColored(black),
)
bear1.draw