ctx.scale(-1, 1); ctx.font = "48px serif"; ctx.fillText("Hello world!", -320, 120); ctx.setTransform(1, 0, 0, 1, 0, 0);