1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Fix svg spec urls in plugins

This commit is contained in:
Bogdan Chadkin
2021-02-24 11:18:48 +03:00
parent 355fb1ff24
commit 9263d9ab90
14 changed files with 28 additions and 28 deletions

View File

@ -9,7 +9,7 @@ exports.description = 'removes <metadata>';
/**
* Remove <metadata>.
*
* http://www.w3.org/TR/SVG/metadata.html
* http://www.w3.org/TR/SVG11/metadata.html
*
* @param {Object} item current iteration item
* @return {Boolean} if false, item will be filtered out