The CanvasRenderingContext2D.translate() method of the Canvas 2D API adds a translation transformation to the current matrix.
CanvasRenderingContext2D.translate()
external void translate( num x, num y, );