-
-
Notifications
You must be signed in to change notification settings - Fork 915
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 twitter x new logo #761
Conversation
Hi, your submission doesn't quite follow the guidelines with the following layout and elements required: <svg xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/>...</svg> |
Will fix it |
@jmb Hi, Sorry I was busy that is why not able to fix it on time. But now I have updated the SVG and it is following the above guidelines. |
Sorry, some more comments (and I'm not sure I have the permissions to review/approve)... I don't think there is any need for width, height or version. Also it should follow the guideline template image and be sized to fit the green circle. |
@jmb Adjusted,
|
Looks good now! 👍🏻 |
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.
I think this looks good now, but it could be reduced further by removing the style attribute completely and applying the transform to the coordinates (using: https://yqnn.github.io/svg-path-editor/ can help here!) You could also probably round the coordinates to 1 or 2 decimal places. 😃
@jmb Thanks for suggesting the life-saving tool for SVG editing :) Just one query: |
I generally open the guideline.svg in Inkscape and then paste the new icon in, adjust things to fit, delete the guideline bits and then use the online tool and a text editor to tweak. |
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.
This looks great now! I think @edent will need to merge.
Just hopping in now. It looks like in the updates you broke the guidelines format again. Also, there were a couple more optimizations I wanted to do. How about this code?
|
@Eiim updated |
Looks good! Please can you regenerate the README then I'll merge. |
updated added white background updated icon adjusted icon updated path updated updated readme
No description provided.