Fix incorrect mapping of U+228D (was U+228E) (#501).

This commit is contained in:
Belleve Invis 2020-04-18 15:00:40 -07:00
parent 8bc2e9f7ae
commit f7cd26a1fb
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,3 @@
* Fix shape of combining small capitals (U+1DDB, U+1DDE, U+1DDF, U+1DE1, and U+1DE2; #500).
* Fix shape of H-cedilla (U+1E28 and U+1E29; #499).
* Fix shape of H-cedilla (U+1E28 and U+1E29; #499).
* Fix incorrect mapping of U+228D (was U+228E) (#501).

View file

@ -546,9 +546,11 @@ glyph-block Symbol-Math-VAndCup : begin
sketch # cup
include : UShape [DivFrame 1] operTop operBot OPERATORSTROKE true
save 'cup' 0x222A
branch
include : DotAt MIDDLE (operBot + SMOOTH) [Math.min DOTRADIUS ((RIGHTSB - SB - OPERATORSTROKE * HVCONTRAST * 2) * (1 / 3))]
save 'cupDot' 0x228E
save 'cupDot' 0x228D
turned 'cap' 0x2229 'cup' MIDDLE symbolMid
turned 'capDot' 0x2A40 'cupDot' MIDDLE symbolMid