docs/04-plugins/convertPathData.mdx
Optimize path commands found in <path>, <glyph>, and <missing-glyph> elements. Path commands are the syntax used in the d attribute, each character represents an instruction to draw paths.
:::info
You can get more context on path commands on MDN Web Docs.
:::
This plugin uses multiple techniques to either reduce the number of instructions or reduce the attribute length:
You can read more about the plugins capabilities by going through the individual parameters.