/var/www/flurhymez/node_modules/svgo/plugins
Edit: /var/www/flurhymez/node_modules/svgo/plugins/removeViewBox.js (1402B)
'use strict';
exports.type = 'visitor';
exports.name = 'removeViewBox';
exports.active = true;
exports.description = 'removes viewBox attribute when possible';
const viewBoxElems = ['svg', 'pattern', 'symbol'];
/**
* Remove viewBox attr which coincides with a width/height box.
*
* @see https://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute
*
* @example
*