Add alternate curved parentheses with smoother curves #41
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.
The soon-to-be-official
u0028-rounder
andu0029-rounder
alternates are almost perfect, but their curves are messy. This is obvious at larger sizes, but also when viewed on a high DPI (i.e. Retina) screen if you have a sharp eye.Here's my take on it:
And here it is overlaid on top of
u0028-rounder
andu0029-rounder
:You can see the orange parts sticking out, which are to my eye superfluous. Here's a side-by-side comparison (my mod is blue, the soon-to-be-official is orange):
Is it just me, or are these annotated regions (in red) appearing thicker than they should be?
Anyway, didn't want to complain about it in the Hack repo, so I rolled up my sleeves and fixed it. 😉