mirror of
https://github.com/svg/svgo.git
synced 2026-01-27 07:02:06 +03:00
16 lines
459 B
Plaintext
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.
|