module.exports.fromJson = function fromJson(json){
    var circle = new Circle();

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