-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New icon: helix (original, plain, line) #2556
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
base: develop
Are you sure you want to change the base?
Conversation
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.
looks pretty good, but the viewbox is not 128x128. Also i am not sure if all the xml attributes are needed. Please fix the viewbox :)
@weh |
you are right, the viewBox size is indeed 128x128, but it has a offset of 663.38 and 37.570 First thing i would do, is to make sure all elements are in a group. This makes it easier to move all elements together. Next step is to set the X and Y offset of the viewbox to 0. Then you can follow the Steps 5 and 6 in this tutorial
There are some Tutorials in the Wiki, and you can always ask if you need help. |
…into add-helix-icons Rectified viewbox and html attributes
Thanks again for the help, following your hints i went back to the drawing board and fixed the icons viewboxes and htlm attributes (i deleted the attributes i knew wouldnt break the file, im learning on the fly tho) edit : i also rectified the icon files names since i just realized they weren't correct |
…into add-helix-icons Pulling before pushing rectified helix icons names
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.
nice work, i just updated the files to be on one line.
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 SVGs as intepreted by Icomoon when we upload the files: Here are the zoomed-in screenshots of the added icons as SVGs: Here are the icons that will be generated by Icomoon: Here are the zoomed-in screenshots of the added icons as icons: Here are the colored versions: The maintainers will now check for:
In case of font issues, it might be caused by Icomoon not accepting strokes in the SVGs. Check this doc for more details and fix the issues as instructed by Icomoon and update this PR once you are done. Thank you for contributing to Devicon! I hope that your icons are accepted into the repository. Note: If the images don't show up, it has been autodeleted by Imgur after 6 months due to our API choice. Cheers, |
Double check these details before you open a PR
develop
branch.devicon.json
file at the correct alphabetic position as seen hereThis PR closes NONE
Link to prove your SVG is correct and up-to-date.
https://github.com/helix-editor/helix
https://helix-editor.com/
helix-editor/helix#3754
You can see the original logo.svg in the github repo and on the website.
I chose #997ff8 as main color since it's on the logo, and purple variations are predominent on their website, the default theme in the helix editor itself, as well as their branding discussion.
I'm new to programming and github so everything feels challenging but the documentation was very helpful.