On 28/07/2010 08:56, Kayven Riese wrote: > I need to learn to make my letters on a different > canvas and combine the two canvases or something, don't I? Have a look at context.save() and context.restore() -- you can have a different matrix within those two and not affect the one outside. \d