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