I guess I can add some condition to simply ignore width
and height
if there is %
unit ofc…
But it’s a good idea to also optimize your SVG images, because these programs output a lot of not-needed code and the file is often many times bigger than it’s needed, eg. take a look how optimized version of your SVG looks like: https://pastebin.com/8SeMM6Sd
This can not be done automatically by the plugin, because sometime you don’t want to strip classes, ids, you don’t want to convert everything to paths, etc… so you need to setup good configuration how you need it for each SVG separately, eg. here: https://jakearchibald.github.io/svgomg/
But sure, I’ll fix this %
like I wrote in the first sentence and it will be released in next hours/days.
Thank you.