This Seems Simple, No?
We'll cover the following...
Earlier, we looked at an example where we drew a simple four-sided shape. The canvas
code for that looked as follows:
Now, let's say that we want to add another shape to what we have here. The shape we want looks something like this:
In code, it is represented as follows:
What do you think we ...