UNPKG

svgo

Version:

SVGO is a Node.js library and command-line application for optimizing vector images.

11 lines (10 loc) 334 B
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;