-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Fix] Updated new polygon icon svg #1083
Conversation
Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
@BSFishy I've added the blank line. Thanks! |
@BSFishy Just a little curious about the reason of adding a blank space. Is it for maintaining consistency with other SVG files? |
* Updated new polygon svg & updated related snapshots Signed-off-by: Willie Hung <[email protected]> * Add CHANGELOG Signed-off-by: Willie Hung <[email protected]> * Add blank line at the end of the polygon.svg file Signed-off-by: Willie Hung <[email protected]> --------- Signed-off-by: Willie Hung <[email protected]> (cherry picked from commit a90eadd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
@Willie-The-Lord The blank line at the end of every file is a more general convention - see https://unix.stackexchange.com/questions/18743/whats-the-point-in-adding-a-new-line-to-the-end-of-a-file . For the purpose of this project, it's mostly about ensuring clean diffs via git. |
@joshuarrrr Thank you for sharing! |
* Updated new polygon svg & updated related snapshots Signed-off-by: Willie Hung <[email protected]> * Add CHANGELOG Signed-off-by: Willie Hung <[email protected]> * Add blank line at the end of the polygon.svg file Signed-off-by: Willie Hung <[email protected]> --------- Signed-off-by: Willie Hung <[email protected]> (cherry picked from commit a90eadd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Updated new polygon icon svg
Issues Resolved
Screenshot
Before
After
Check List
yarn run test-unit icon -u
yarn lint
yarn test-unit
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.