Skip to content

Commit

Permalink
Merge branch 'prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Dec 27, 2022
2 parents 398451d + 7b51c40 commit 031f6b8
Show file tree
Hide file tree
Showing 71 changed files with 958 additions and 946 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Modifications since version 2.x

### 17.0.2

* Fix variant assignment of
- Italic CYRILLIC SMALL LETTER TE (`U+0442`) (#1498).
- CYRILLIC SMALL LETTER ZHE WITH DESCENDER (`U+0497`) (#1499).
- CYRILLIC SMALL LETTER SHHA (`U+04BB`) (#1500).


### 17.0.1

* Fix shape of Small Cyrillic Ghe with hook/descender when having inward serifs (#1494).
Expand Down
4 changes: 4 additions & 0 deletions changes/17.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fix variant assignment of
- Italic CYRILLIC SMALL LETTER TE (`U+0442`) (#1498).
- CYRILLIC SMALL LETTER ZHE WITH DESCENDER (`U+0497`) (#1499).
- CYRILLIC SMALL LETTER SHHA (`U+04BB`) (#1500).
282 changes: 141 additions & 141 deletions doc/PACKAGE-LIST.md

Large diffs are not rendered by default.

1,456 changes: 728 additions & 728 deletions doc/packages-sha.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions font-src/glyphs/letter/cyrillic/zhe.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ glyph-block Letter-Cyrillic-Zhe : begin
select-variant 'cyrl/Zhe' 0x416
select-variant 'cyrl/ZheDescender' 0x496 (follow -- 'cyrl/Zhe')
select-variant 'cyrl/zhe' 0x436
select-variant 'cyrl/zhe.BGR' (follow -- 'cyrl/Zhe')
select-variant 'cyrl/zheDescender' 0x497 (follow -- 'cyrl/Zhe')
select-variant 'cyrl/zhe.BGR' (follow -- 'cyrl/zhe')
select-variant 'cyrl/zheDescender' 0x497 (follow -- 'cyrl/zhe')
2 changes: 1 addition & 1 deletion font-src/glyphs/number/6.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ glyph-block Digits-Six : begin
archv
g4.up.mid (SB + OX) (ymiddlea + Stroke * 0.3) [widths.rhs coFine]
quadControls 0 0.85
g4 ([mix SB RightSB 0.85] - 0.25 * Stroke * HVContrast) (charTop - 0.75 * O) [widths.rhs]
g4 ([mix SB RightSB 0.85] - 0.25 * Stroke * HVContrast) (charTop - O) [widths.rhs]

glyph-block-export ClosedContourNineShape
define [ClosedContourNineShape top] : glyph-proc
Expand Down
2 changes: 1 addition & 1 deletion images/button-release.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 031f6b8

Please sign in to comment.