UNPKG

svgo

Version:

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

12 lines (11 loc) 376 B
export declare const name = "removeNonInheritableGroupAttrs"; export declare 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} * @since 0.2.3 */ export declare const fn: import('../lib/types.js').Plugin;