--- title: removeEmptyText svgo: pluginId: removeEmptyText defaultPlugin: true parameters: text: description: If to remove empty [``](https://developer.mozilla.org/docs/Web/SVG/Element/text) elements. default: true tspan: description: If to remove empty [``](https://developer.mozilla.org/docs/Web/SVG/Element/tspan) elements. default: true tref: description: If to remove empty [``](https://developer.mozilla.org/docs/Web/SVG/Element/tref) elements. default: true --- Removes empty [``](https://developer.mozilla.org/docs/Web/SVG/Element/text) and [``](https://developer.mozilla.org/docs/Web/SVG/Element/tspan) elements, and [``](https://developer.mozilla.org/docs/Web/SVG/Element/tref) elements that don't reference another node in the document. :::info No browsers supports ``, so it's best to avoid that element regardless. :::