-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Replace PNG network logos with vector drawables #238
Comments
SVG logos should all have 64dpx64dp. If they don't have that, this can easily be changed in their XML file. I suspect this issue to be really about updating the remaining raster graphics to SVG. Could that be it? If so, @nautilusx and @vinzv had started with that, but I haven't seen more PRs from them so far. |
And now I understand why some networks have magically a logo even when I could not find it. Yep, the problem is that the "false" sized networks PNGs are. |
I updated the title of this issue to reflect that it is really about changing the graphics to vector drawables. The homepage has information on how to do that here: https://transportr.grobox.de/#contribute |
It's on my to-do-list for October. I will create/update all other logos. Germany and Austria are done. |
On my way through the transport networks I found the new logo for TFI in Ireland and created it. It's not perfect but if you start working on the logos I could give you this one. Alternatively feel free to pull it in, I have it in my fork of this repo. |
@patkan Please feel free to open a PR just for one logo if you have it already. What's done is done. |
@nautilusx Any news? |
Thanks a lot @nautilusx! Added in a1d509c. |
New link is now here: https://transportr.app/contribute/#design |
Almost finished thanks to the changes made by @ialokim and merged in #956 !
|
The transport network logos in the picker have different sizes. I think they should all be the same size.
How can this be accomplished? Simply rescaling the svg and then putting it through the exporter? I tried it, but it seemed to not always work.
And if they should all be the same size, then how large should they be?
The text was updated successfully, but these errors were encountered: