fnando / svg_optimizer

Some SVG optimization based on Node's SVGO
MIT License
19 stars 6 forks source link

Fix remove_title and remove_description plugins #11

Closed mpestov closed 2 years ago

mpestov commented 4 years ago

Hey @fnando!

You made great alternative for svgo. I was glad to find it.

But i found two issues:

  1. Title is not removing
  2. Desc also is not removing

I've prepared PR to fix it.

Thank you again!