svgo
Version:
11 lines (10 loc) • 334 B
TypeScript
export const name: "removeNonInheritableGroupAttrs";
export const description: "removes non-inheritable group's presentational attributes";
/**
* Remove non-inheritable group's "presentation" attributes.
*
* @author Kir Belevich
*
* @type {import('../lib/types.js').Plugin}
*/
export const fn: import("../lib/types.js").Plugin;