Add SVGs to org.eclipse.pde.api.tools.ui#1729
Add SVGs to org.eclipse.pde.api.tools.ui#1729HannesWell merged 1 commit intoeclipse-pde:masterfrom Michael5601:org.eclipse.pde.api.tools.ui.SVGs
Conversation
Test Results 273 files - 12 273 suites - 12 45m 54s ⏱️ - 3m 25s For more details on these failures, see this check. Results for commit 0867ccc. ± Comparison against base commit 1e8d28a. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
HeikoKlare
left a comment
There was a problem hiding this comment.
The change looks sound.
Regarding missing:
obj16/eclipse16.svg
I wonder whether we really don't have the Eclipse logo as SVG to place here?
There was a problem hiding this comment.
obj16/eclipse16.svg
I wonder whether we really don't have the Eclipse logo as SVG to place here?
I also assume that we already have such an icon, even if not explicitly defined in the images repo. Maybe it can be found out from which SVG the current PNGs are generated when looking at their git-history?
@Michael5601 I would prefer to add that SVG with this change.
Besides that this change looks good.
|
I’m not sure from where I got this from https://github.com/eclipse-platform/www.eclipse.org-eclipse/blob/master/eclipse.svg somewhere in the images repo. |
|
I intentionally marked icons like eclipse16/32/48... as missing as there is no SVG with exactly this name. I proceeded like this for every icon that does not have an SVG with the same name even though there could be duplicates with a different name so we can discuss this topic. For the eclipse icons in particular I am aware of one special SVG file ( @merks I couldn't find the SVG that you sent in the images repo. The SVG you sent can of course also be used for the eclipse16/32/48 icons but it would also need to be adjusted in size. |
Might be that the Eclipse icons is actually the only one that really used in a "shared" way, i.e., placed as SVG at some central place and then used ot generated PNGs at different sizes out of it. |
|
I now added the missing SVG |
|
I think what has been said is right. When search the But for both I didn't find an SVG source, but I think that's what you said before. |
This commit adds SVGs for all icons in the bundle `org.eclipse.pde.api.tools.ui`.
HannesWell
left a comment
There was a problem hiding this comment.
This change looks good. Thank you.
I don't know if the |
I think we have to check the exact usage and see what that reveals. If you don't have time, I can try to do it in the next days. |
I can do it on monday if this has time to wait. :) If it doesn't you can do it if you want. |



This PR adds SVGs for all icons in the bundle
org.eclipse.pde.api.tools.uiexcept for the following as it does not exist as SVG yet:obj16/eclipse16.svgSee also this PR for more information.