['width', 'height', 'stroke-width'].forEach(prop => {
                    if (options.config.props.hasOwnProperty(prop) && typeof (options.config.props[prop]) !== 'number') {
                        error.type = `options.config.props.${prop}`;
                        error.message = `Config ${prop} property is not a number.`;