UNPKG

svgo

Version:

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

14 lines (13 loc) 397 B
export declare const name = "convertEllipseToCircle"; export declare const description = "converts non-eccentric <ellipse>s to <circle>s"; /** * Converts non-eccentric <ellipse>s to <circle>s. * * @see https://www.w3.org/TR/SVG11/shapes.html * * @author Taylor Hunt * * @type {import('../lib/types.js').Plugin} * @since 1.3.0 */ export declare const fn: import('../lib/types.js').Plugin;