export const name: "convertEllipseToCircle"; export const description: "converts non-eccentric s to s"; /** * Converts non-eccentric s to s. * * @see https://www.w3.org/TR/SVG11/shapes.html * * @author Taylor Hunt * * @type {import('../lib/types.js').Plugin} */ export const fn: import("../lib/types.js").Plugin;