-
Notifications
You must be signed in to change notification settings - Fork 71
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] Update new SVG file and snapshots for Polygon
#1139
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Willie Hung <[email protected]>
Polygon
Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
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.
@Willie-The-Lord Check the updated renderedSVG output in the "Changed Files" tab - it looks like something still isn't quite right, as the boxes are mostly filled instead of empty. It may be the fillRule
or some other missing property. You may want to check similar icons with enclosed areas to see what the issue is.
Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
@joshuarrrr, just updated the |
Co-authored-by: Matt Provost <[email protected]> Signed-off-by: Willie Hung <[email protected]>
Co-authored-by: Matt Provost <[email protected]> Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
Signed-off-by: Willie Hung <[email protected]>
@Willie-The-Lord Thanks so much for your patience and persistence here. I'm a little torn about approving this and merging as is (because I do believe it fixes #1068), or continuing to iterate. The pedantic side of me wonders why we're introducing the first icon defined with a |
@joshuarrrr I completely agree. It seems like there is no clear instruction on how to define |
The thickness of the lines is more than other 16x16 icons. I feel the original was just scaled while it should have been redrawn. |
Description
Updated new polygon icon svg
Issues Resolved
Resolve #1068
Screenshots
After
Check List
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.