You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
344 B
16 lines
344 B
2 years ago
|
|
||
|
Exercise 2.49: Use segments->painter
|
||
|
to define the following primitive painters:
|
||
|
|
||
|
|
||
|
The painter that draws the outline of the designated frame.
|
||
|
|
||
|
The painter that draws an “X” by connecting opposite corners of the frame.
|
||
|
|
||
|
The painter that draws a diamond shape by connecting the midpoints of the sides
|
||
|
of the frame.
|
||
|
|
||
|
The wave painter.
|
||
|
|
||
|
|