Vector graphics :store a picture by storing each objects attribute –e.g. the instructions to draw the shape.
- Rectangle-(height, width, x, y, fill colour, line colour)
- Ellipse-(cx, cy, rx, ry, fill colour, line colour)
- Line-(x1, y1, x2, y2, line colour)
- Polygon -any shape with 3 of more sides -(x1, y1, x2, y2, x3, y3, fill colour, line colour)