-
Notifications
You must be signed in to change notification settings - Fork 220
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 hypen-minus 002D, and make various improvements. #426
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These symbols were off-center and had superfluous points. I redid the point positions, making them cleaner and more consistent, while keeping the shapes roughly the same.
As per request here: hfg-gmuend#93 (comment)
The outline of the hat had some colinear points that didn't affect the appearance of the curve at all. The fill of the top of the hat had those same points and also the colinear points lower down on the hat. For an object without a stroke, those aren't even visible.
The changes to the planes are fairly minimal. The changes to the pouring cup are more extensive and still could use some improvement. Fixes hfg-gmuend#408
The post office symbol has been made red and composed of rectangles. A black copy of the symbol has been included in the line-supplement layer.
As per suggestion in hfg-gmuend#417 I also added a red stripe for visual interest and added both star and stripe to the line-supplement layer.
Addresses hfg-gmuend#387 I added black copies of the darkened portions of each moon phase. This makes the glyphs consistent with the designs in the monochrome Noto emoji font.
As suggested in hfg-gmuend#361 - Card Index Dividers 1F5C2 is made yellow. - Card Index 1F4C7 is completely redesigned.
Small change to make my additions consistent with the style guide, which says "Use the lighter colours as default colours and reserve the darker colors for shadowing."
This should hopefully improve the rendering of the black-font version of 1F3F4, black flag.
Addresses one of the complaints in hfg-gmuend#418
There were two issues fixed in this commit: - The E in the email symbol had square corners instead of round corners. - The E wasn't showing up at all in the black monochrome output. I set `stroke-linejoin="round"` and copied the E into the line-supplement layer.
@RobertWinslow Mega! Many thanks for this great contribution! Merged! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A src vector for the hyphen-minus symbol (codepoint 002D) has been added, as suggested in the discussion in #93
Additionally, several src vectors have been modified:
This pull request should hopefully fully address the following issues: