1
0
Fork 0
mirror of synced 2024-06-03 03:04:58 +12:00

Fixed outlines of U+04FA Ӻ and U+04FB ӻ [#806]

This commit is contained in:
Nikita Prokopov 2019-08-02 18:35:59 +03:00
parent c13a8035c2
commit 45a36331f1
2 changed files with 16 additions and 15 deletions

View file

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Added Mathematical Angle Brackets U+27E8 `⟨` U+27E9 `⟩` [#763] - Added Mathematical Angle Brackets U+27E8 `⟨` U+27E9 `⟩` [#763]
- Added Light and heavy dashed lines U+2504..U+250B `┄┅┆┇┈┉┊┋` [#702] - Added Light and heavy dashed lines U+2504..U+250B `┄┅┆┇┈┉┊┋` [#702]
- Adjusted Box drawings double dashes U+254C..U+254F `╌╍╎╏` - Adjusted Box drawings double dashes U+254C..U+254F `╌╍╎╏`
- Fixed outlines of U+04FA `Ӻ` and U+04FB `ӻ` [#806]
#### 1.207 (April 6, 2019) #### 1.207 (April 6, 2019)

View file

@ -121,7 +121,7 @@ value = (
); );
} }
); );
date = "2018-09-30 15:05:11 +0000"; date = "2019-08-02 15:34:39 +0000";
designer = "Carrois Corporate, Edenspiekermann AG, Nikita Prokopov"; designer = "Carrois Corporate, Edenspiekermann AG, Nikita Prokopov";
designerURL = "http://tonsky.me"; designerURL = "http://tonsky.me";
familyName = "Fira Code"; familyName = "Fira Code";
@ -23468,9 +23468,9 @@ width = 1200;
unicode = 04F8; unicode = 04F8;
}, },
{ {
color = 4; color = 6;
glyphname = "Gestrokehook-cy"; glyphname = "Gestrokehook-cy";
lastChange = "2019-03-25 21:13:22 +0000"; lastChange = "2019-08-02 15:29:51 +0000";
layers = ( layers = (
{ {
components = ( components = (
@ -23517,10 +23517,10 @@ paths = (
{ {
closed = 1; closed = 1;
nodes = ( nodes = (
"501 0 LINE", "469 0 LINE",
"596 0 LINE", "596 0 LINE",
"596 116 LINE", "596 116 LINE",
"501 116 LINE" "469 116 LINE"
); );
} }
); );
@ -33680,9 +33680,9 @@ width = 1200;
unicode = 04F9; unicode = 04F9;
}, },
{ {
color = 4; color = 6;
glyphname = "gestrokehook-cy"; glyphname = "gestrokehook-cy";
lastChange = "2019-03-25 21:13:22 +0000"; lastChange = "2019-08-02 15:31:24 +0000";
layers = ( layers = (
{ {
anchors = ( anchors = (
@ -33712,8 +33712,8 @@ paths = (
closed = 1; closed = 1;
nodes = ( nodes = (
"382 0 LINE", "382 0 LINE",
"749 0 LINE", "748 0 LINE",
"749 233 LINE", "748 233 LINE",
"382 233 LINE" "382 233 LINE"
); );
} }
@ -33739,7 +33739,7 @@ name = "ghestroke-cy";
{ {
alignment = -1; alignment = -1;
name = hookHELPER; name = hookHELPER;
transform = "{1, 0, 0, 1, 182, 0}"; transform = "{1, 0, 0, 1, 126, 0}";
} }
); );
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69"; layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
@ -33747,10 +33747,10 @@ paths = (
{ {
closed = 1; closed = 1;
nodes = ( nodes = (
"577 0 LINE", "509 0 LINE",
"689 0 LINE", "633 0 LINE",
"689 109 LINE", "633 109 LINE",
"577 109 LINE" "509 109 LINE"
); );
} }
); );
@ -108682,5 +108682,5 @@ oV = 98;
}; };
}; };
versionMajor = 1; versionMajor = 1;
versionMinor = 207; versionMinor = 208;
} }