1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-27 07:02:06 +03:00
Files
svgo/docs/04-plugins/convertShapeToPath.mdx
2024-06-16 00:10:42 +01:00

16 lines
459 B
Plaintext

---
title: convertShapeToPath
svgo:
pluginId: convertShapeToPath
defaultPlugin: true
parameters:
convertArcs:
description: If to convert `<circle>` and `<ellipse>` elements to paths.
default: false
floatPrecision:
description: Number of decimal places to round to, using conventional rounding rules.
default: null
---
Convert basic shapes to [`<path>`](https://developer.mozilla.org/docs/Web/SVG/Element/path) elements.