Download this page as follows:
- right-click and [show page source]
- copy all the code
- open Komodo, create a File/New/HTML5
- save the page into the same folder
containing yesterday's drawing page

== Practice ==
(1) Add a smaller tree, half as big
as the big tree. Put it to the right
of the big tree.

(2) Put 4 more small trees in a row
"behind" (above) the original big tree.

(3) Add a yellow circle (the sun)
in the top right corner. You must
use an ARC to create a circle,
from 0 to 2*Math.PI.

(4) Make a cabin (bottom right)- that is a
rectangle with roof with sloping sides.

(5) Add a window and a door to
your house - that is 2 rectangles.

(6) Add another cloud by copying the
bezierCurve commands and changing
the numbers. You might want to
read the tutorial at:
BezierCurve Tutor