Lesson 3 briefly talked about the different shapes that can be used in SVG and how they can be modified.
If the line becomes the last shape defined then it is put in the front of all the other shapes. The last shape defined will always be in front while the first shape defined will be put in the back so it can be overlapped by every other shape.
1. shape farthest back
2. shape in front of 1
3. shape in front of 2 and 1
4. etc
The shape attributes are pretty simple. The new shapes work like a circle except you have to specify points where there should be a corner and for the line you specify points where it should start and end.
Great observations, and since I already know where this is going, it is exciting to see an early phase of it.
ReplyDelete