Skip to content

Commit

Permalink
Fix incorrect mapping of U+228D (was U+228E) (#501).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Apr 18, 2020
1 parent 8bc2e9f commit f7cd26a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changes/3.0.0-z.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 3 additions & 1 deletion glyphs/symbol-math.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7cd26a

Please sign in to comment.