-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
new icon: numpy (original, original-wordmark) #783
Conversation
Looks good, but I'm a little confused. On the xml declaration the version is 1.0. But on the svg tag it says the version is 1.1. Any reason for that? |
Hmm... Not too sure about the reason behind, - <?xml version="1.0" encoding="UTF-8"?><svg width="128pt" height="128pt" version="1.1" ...
+ <?xml version="1.1" encoding="UTF-8"?><svg width="128pt" height="128pt" version="1.1" ... OR I can just delete the attribute if they are unnecessary: - <?xml version="1.0" encoding="UTF-8"?><svg width="128pt" height="128pt" version="1.1" ...
+ <?xml encoding="UTF-8"?><svg width="128pt" height="128pt" ... |
Uh I'm not a team member, I'm just some guy with experience with failing miserably at svgs. But to answer your question. You can remove the declaration (most svgs don't have it) and keep the version attribute |
Declarations removed like other svgs, thanks! |
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.
Good work! Almost there. 😄
devicon.json
Outdated
] | ||
}, | ||
"color": "#4DABCF", | ||
"aliases": [] |
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.
"aliases": [] | |
"aliases": [ | |
{ | |
"base": "original", | |
"alias": "plain" | |
} | |
] |
Edited! |
Hi there, I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using icomoon.io. Here are the zoomed-in screenshots of the added icons: Note: If the images don't show up, it's probably because it has been autodeleted by Imgur after 6 months due to our API choice. The maintainers will now take a look at it and decide whether to merge your PR. Thank you for contributing to Devicon! I hope everything works out and your icons are accepted into the repo. Cheers, |
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. Amazing work, @kimjiwook0129; thank you for your contribution! 😄👍🎉
@kimjiwook0129 the icons look great and ready to be merge. However, I'm almost done with a peek-bot upgrade that I want to test on this PR. Pretty much, Icomoon has issues with strokes in SVGs. Yours don't have them BUT they do use Give me a week to get this done. After that, I'll merge this PR in whether the testing works since in theory, your SVGs are good to go. |
Thank you!
Please take your time, and thank you! |
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.
Hi @kimjiwook0129,
I'm going to merge your PR into develop
. The feature I'm working requires the next release but I want your icons in that release as well. Thus, I've tested your icon manually to support my feature and all is well 😄. Thank you for your icons and we appreciate your work 👍
new icon: numpy (original, original-wordmark)
I've re-made the PR and made it from the develop branch.
I know this must be such simple task to do, but took me some time to learn some git tools and understand them since it is my first time trying to contribute to an open-source. But thanks for waiting me and for letting me to contribute!
Please feel free to tell me if anything still needs to be worked on.
Thanks for helping me out!