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

15 lines
354 B
Plaintext

---
title: removeUnusedNS
svgo:
pluginId: removeUnusedNS
defaultPlugin: true
---
Removes unused namespace declarations from the document.
:::caution
This plugin currently only removes unused namespaces from the top-most `<svg>` element. It does not check for unused namespaces that may be present in child elements further down the document.
:::