Uncategorized

Drawing with Python (CMU)

Draw a breakfast plate, as you would on the 400×400 canvas composed of:
● A background fill of a gradient starting in the left top, going from peru to sienna
● A white breakfast plate in the shape of a regular polygon, with a dashed dodgerBlue border with a width of 10
● On the plate, draw a circular wheat colored pancake, centered on point (170,220) with a radius of 100 and a border of burlywood
● On the pancake is a rectangular butter with a width and height of 30. The placement of this does not have to be exact but should be close to the image provided.
● Two eggs which are each one oval and one circle. Each oval has a (width, height) of (120, 100) and each circle has a radius of 20. The placement of these do not have to be exact but should be close to the image provided.
● Two strips of bacon, which can be lines with a line Width of 20 or polygons. The placement of these does not have to be exact but should be close to the image provided.

Leave a Reply

Your email address will not be published. Required fields are marked *