-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add KEDA svg logo with lightning #1079
Conversation
Looking good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but:
- We don't need the EPS so if it's not ideal for you, feel free to leave it out
- Would be nice to update
images/keda-icon.svg
as well (for example for docs)
Do you have the bandwidth to pick this up as well?
I will do this over the weekend 👌
Should I update those also in docs repo? |
That would be awesome! Thanks! |
In terms of the EPS file, is that to generate the SVG or do you edit it directly? Sorry, I'm a newbie on this front 😁 |
I'm not an expert too 😄
You can edit the SVG directly, the eps is just another file format. I added it because I saw that there are always both .svg and .eps graphics. Probably I just have to figure out the color space as now it's slightly faded. |
Oh OK, thanks! Then I think we can removed the EPS indeed. |
I've updated the images, please let me know if there's anything to change or we are good to go. Once it's approved I will open PR to docs repo. |
Is there a reason why we are introducing new files instead of replacing the current ones? |
The logo is part of KEDA branding and as I'm not perfectly sure what is the official logo (KEDA with or without the lightning bolt) I don't want to remove any files. We can use this PR to sort this and I am happy to describe it somewhere so people will be able to find some info in future. |
Don't hesitate to ask next time! Sith lightning bolt is the official logo so feel free to replace it. |
Will do it as part of #1090, thanks for the tip! I recall having seen a version where the bolt is more explicit by making the bolt itself yellow. What do you think about that? |
I prefer the version 3, version 1 as a backup, in case there would be a problem with the blur. |
Make sense to me. I would say that version 3 is general-purpose but the 1 should be used for print and black-white version (required sometimes so I can provide one). |
I would say #4 but don't have much of a preference. |
@tomkerkhove for me, the version 4 is too much leaning towards Azure Functions logo :) |
I even wanted to use Azure Function yellow color 😄 |
Heh, fair enough! For me 3 is ok as default logo with 1 for print indeed. We might even already provide them in color, black and white to help people and we are ready for https://github.com/cncf/artwork/blob/master/examples/sandbox.md#keda-logos. |
@turbaszek don't you want to target this to v2 branch? We can then cherry pick relevant changes to the master (soon to be v1 branch). |
@zroubalik I'll change the target branch. I should be able to prepare all graphics in the next few days |
fce587a
to
49094c5
Compare
Signed-off-by: Tomek Urbaszek <[email protected]>
49094c5
to
ec27fdf
Compare
All svg images are here: https://github.com/turbaszek/keda/tree/add-keda-logo-svg/images Please let me know if everything is ok, then I can prepare png files if we need |
LGTM, just a few suggestions:
Maybe it's good to move them to a |
Signed-off-by: Tomek Urbaszek <[email protected]>
Looking good, |
Signed-off-by: Tomek Urbaszek <[email protected]>
Looking good, can we continue with the png images @tomkerkhove @jeffhollan ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PNGs would be great as @zroubalik suggests and have replacements for these instead of removing them:
Yeah, this change comes with the need of updating the Readme.md and maybe other files, that are consuming these images. |
Yes, I will do the png if we are good with all logo versions. Just wanted to avoid replication of work in case of change requests |
Signed-off-by: Tomek Urbaszek <[email protected]>
Signed-off-by: Tomek Urbaszek <[email protected]>
pngs added, and README looks good I think: |
Can you re-add these as well please @turbaszek? |
By re-adding do you mean replacing them with new once with same name or restoring the old one? |
Replacing them with the new ones indeed! |
I understand the need of having one with a white background, but why should we have two logos with transparent bg? Are those files used somewhere else outside the repo? |
Signed-off-by: Tomek Urbaszek <[email protected]>
They are used by us and others indeed. Here is usage on GitHub alone - https://github.com/search?q=keda-logo-transparent.png&type=Code |
Signed-off-by: Tomek Urbaszek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @turbaszek!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the this!
The blur around the lighting is similar to the orginal one but not the same:
https://github.com/turbaszek/keda/blob/add-keda-logo-svg/images/keda-word-bolt-blur.svg
The .eps has some weird color - do we need this format?
Signed-off-by: Tomek Urbaszek [email protected]
Checklist
Relates to #650