Transform (Translate / Rotate / Skew)

  1. Combine several manipulations at once with context.transform()
  2. Translate in to your starting point first
  3. Call context.transform() once for height/width/skew adjustments and once for rotation adjustments
  4. Translate back when done