svg / svgo

⚙️ Node.js tool for optimizing SVG files
https://svgo.dev/
MIT License
21.04k stars 1.39k forks source link

fix(removeAttributesBySelector): update for v2 API, better docs, add parameter types #1978

Open soren121 opened 7 months ago

soren121 commented 7 months ago

This is a general cleanup PR for the removeAttributesBySelector plugin. It was never updated for the v2 API, and its doc page was not very clear on how to use it; this PR addresses both.

Changes