-
Notifications
You must be signed in to change notification settings - Fork 7
Fix glyph errors caught at validation #11
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
Conversation
Fixes self-intersections, bad directions, and points missing at extrema. There are some self-intersections left, but this seems like a good start 😸
Add 'λ' glyph
|
This got some conflicts after merging #10, can you update the branch? |
|
Thank you! Will fix after work tonight! |
Fixes all remaining self-intersections, missing points at extrema, and non-integer coordinates, with the exception of the ∄ glyph
|
Fixed! I also went ahead and fixed all remaining self-intersections, missing points at extrema, Thanks again! |
|
Thank you very much! This is an amazing addition. |
|
I will make a new release probably next week or the next one with all of the accumulated changes. |
|
Could you also update the nerd font version? |
|
@sunshine-syz IIRC Nerd Fonts will automatically check release versions of their upstream fonts and pull in the updates ahead of their next release. So once Jesús releases a new version we'll have to wait for NF to release their new version In the meantime you can patch it yourself or try Serious Shanns, my sister fork (which has some glyph changes but misses some characters in Comic Shanns Mono) which I applied the same fixes to =) |
I was just fixing a bunch of similar errors for my font, so I thought I might do yours as well 😸
Fixes self-intersections, bad directions, and points missing at extrema.
There are some self-intersections left, but I did the ones that didn't require manual adjustment.
Thanks for maintaining this awesome font!