Description:
Make a drawing app, and draw something with it!
Requirements:
Your code must at least include all of the following features:
- A header section in the form of a multiline comment, specifying the class name, your name, your email, assignment number and your choice of title
- You implement functionality for changing colors, clearing the canvas, and saving your drawing
- You can change the stroke weight somehow
- Draw a “self-portrait” using your app
Hacker Points:
Complete your choice of the following features (or all) to get bonus points in the assignment:
- Make a “pattern brush” for irregular effects
- Use frameCount to make gradients or other time-based effects
- Use randomness to add stochastic effects
- Add is at least one GUI object (like a button)
Submission:
Create a new directory (folder) in your local repository called "assignment_2_1". Use GitHub Desktop to commit and push your changes, and verify that they published to the web.