Img.prototype.toJSON = function toJSON(matrix) {
    var parentJSON = SvgObject.prototype.toJSON.call(this, matrix);

    parentJSON.x                    = this.x;
    parentJSON.y                    = this.y;