We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Basic shields added in aeb2b38 ..still needs work:
Sorry, something went wrong.
I was trying to change all the shields.
Figured out how to do it with Inkscape: (after editing them in the SVG...)
#!/bin/bash for i in {'motorway','primary','secondary','trunk'}; do for j in {1..8}; do inkscape --export-id=shield-$i-$j --export-png=shield-$i-$j.png shields.svg done done
to spit out new .pngs.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: