Understand the two types of computer graphics
Understand some key effects we can apply to computer graphics
Complete the tasks on Google Classroom and try to draw this penguin on each of the tables.
The following code sample is how a very simple vector graphic is stored on a computer. Does it look slightly familiar?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1">
<path id="dp_path001" transform="matrix(1,0,0,1,-251.604,-249.712)" fill="white" fill-rule="evenodd" stroke="black" stroke-width="1.33333" d="M 252.271,250.377 L 607.393,250.377 L 607.393,514.373 L 252.271,514.373 Z "/>
</svg>
Work through all three tasks starting with the Basic graphics task.
Apply a filter: