-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
KeyError: 'width' line 54, in inkscape_convert_svg2png #76
Comments
Which Linux distribution are you using, and what version is your inkscape? |
I am using Ubuntu 18.04
And both grub-mkconfig and grub-mkfont are installed:
|
This is the complete output |
I finally managed to reproduce it. It seems like the site where the icons are downloaded from have changed the format of their SVGs. It used to be
Now it is
The width and height attributes have been removed. We need to calculate them from the viewBox property instead. |
Thank you everyone for helping me out :) |
Hi,
I am facing an error like this:
And here is the command I run:
sudo ./matter.py -i ubuntu folder _ _ _ _ _ _ microsoft-windows
I am just trying to change my GRUB theme using matter and I think all the dependency have been installed properly.
Thank you for your advice and solutions!
The text was updated successfully, but these errors were encountered: