Transform (Translate / Rotate / Skew)
- Combine several manipulations at once with context.transform()
- Translate in to your starting point first
- Call context.transform() once for height/width/skew adjustments and once for rotation adjustments
- Translate back when done