mirror of
https://github.com/svg/svgo.git
synced 2025-07-04 16:42:27 +03:00
Fix svg spec urls in plugins
This commit is contained in:
@ -9,7 +9,7 @@ exports.description = 'removes <script> elements (disabled by default)';
|
||||
/**
|
||||
* Remove <script>.
|
||||
*
|
||||
* https://www.w3.org/TR/SVG/script.html
|
||||
* https://www.w3.org/TR/SVG11/script.html
|
||||
*
|
||||
* @param {Object} item current iteration item
|
||||
* @return {Boolean} if false, item will be filtered out
|
||||
|
Reference in New Issue
Block a user