# File lib/gd2/canvas.rb, line 229
    def initialize(image)
      @image = image
      self.thickness = 1
      self.anti_aliasing = false
      @transformation_matrix = Matrix.identity(3)
      move_to(0, 0)
    end