module.exports.fromJson = function fromJson(json){
    var image = new Img();

    if (typeof json != 'undefined') {
        SvgObject.fromJson(image, json);