-
Notifications
You must be signed in to change notification settings - Fork 1
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
Are the SVG icons optimized? #4
Comments
hey @stichbury, happy to help with this. Where can I find the svg created by Juan Lu? the one attached above is a png image. Also could you show where I can find the colours in the icon folder? thanks :) |
Hi @stephkaiser We don't need to reproduce what @astrojuanlu has made -- the Juan Lu did much the same to create what I included above, but because they don't currently have the Kedro logo, he used a black diamond symbol as follows: So all we need to do is to supply the three icon svg in this repo to |
Thank you @stichbury for the explanation, it's much clearer to me now 👍 I would assume the three icon svgs are not optimised, thats usually the case when they are exported from design software like Figma, Sketch or Illustrator. The current icons also have a viewbox of 0 0 200 200. I've now optimised the three Kedro icon svgs and they all have the correct viewbox 0 0 24 24 🙌 Could you please review and approve? Additional Q @stichbury - do you also need optimised svgs for the other logo formats? eg. the full kedro logo with icon + text? |
Hi @stephkaiser that all looks great to me, thanks. I've approved and merged your PR. I don't think we need the optimisation for the other logos right now, certainly not for this task, so let's leave until we're asked for them. All sorted and really swiftly -- thank you so much 🙏 |
Hi there!
I'm creating a set of icons in the
simple-icons
repo https://github.com/simple-icons/simple-icons since that will give us a set of badges for people to include on their repos/projects. Currently, we just have a hacky version that @astrojuanlu created as a temporary measure:I have to answer some questions as part of the PR that submits the icons:
Please can @stephkaiser @Mackay031 or @amandakys confirm whether the icon is optimized and the viewbox for the SVG, since I have no idea if this is correct? (I'm interested in the 3 colors of icon in the
/icon
folder). If there isn't an answer to these, would it be possible to add a task to check and optimize/set the viewbox please? Or let me know the appropriate tool and I'll attempt it.Thank you 🙏
The text was updated successfully, but these errors were encountered: