export const name: "cleanupEnableBackground"; export const description: "remove or cleanup enable-background attribute when possible"; /** * Remove or cleanup enable-background attr which coincides with a width/height * box. * * @see https://www.w3.org/TR/SVG11/filters.html#EnableBackgroundProperty * @example * * ⬇ * * @author Kir Belevich * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;