Skip to content

Commit

Permalink
Correct positioning of kai symbol tail, fixes #420
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 22, 2023
1 parent fa2a499 commit 19f8ce7
Showing 1 changed file with 90 additions and 89 deletions.
179 changes: 90 additions & 89 deletions sources/NotoSerif.glyphspackage/glyphs/kaiS_ymbol.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nodes = (
);
},
{
pos = (9,0);
pos = (14,0);
ref = kappa;
}
);
Expand All @@ -39,89 +39,89 @@ shapes = (
{
closed = 1;
nodes = (
(383,-228,o),
(503,-131,o),
(536,29,c),
(496,11,l),
(436,-129,o),
(354,-176,o),
(266,-176,cs),
(171,-176,o),
(130,-96,o),
(117,-51,c),
(78,-51,o),
(55,-80,o),
(55,-114,cs),
(55,-185,o),
(126,-228,o),
(239,-228,cs)
(378,-228,o),
(498,-131,o),
(531,29,c),
(491,11,l),
(431,-129,o),
(349,-176,o),
(261,-176,cs),
(166,-176,o),
(125,-96,o),
(112,-51,c),
(73,-51,o),
(50,-80,o),
(50,-114,cs),
(50,-185,o),
(121,-228,o),
(234,-228,cs)
);
},
{
ref = kappa;
}
);
width = 535;
width = 530;
},
{
layerId = "58AAA307-6DE9-4107-B80A-C255AE991657";
shapes = (
{
closed = 1;
nodes = (
(439,-239,o),
(566,-119,o),
(606,25,c),
(551,18,l),
(473,-148,o),
(381,-176,o),
(306,-176,cs),
(201,-176,o),
(164,-93,o),
(155,-38,c),
(97,-38,o),
(72,-72,o),
(72,-113,cs),
(72,-186,o),
(148,-239,o),
(274,-239,cs)
(434,-239,o),
(561,-119,o),
(601,25,c),
(546,18,l),
(468,-148,o),
(376,-176,o),
(301,-176,cs),
(196,-176,o),
(159,-93,o),
(150,-38,c),
(92,-38,o),
(67,-72,o),
(67,-113,cs),
(67,-186,o),
(143,-239,o),
(269,-239,cs)
);
},
{
ref = kappa;
}
);
width = 606;
width = 601;
},
{
layerId = "E17BEC9D-CAAD-449F-91D9-03766E30097E";
shapes = (
{
closed = 1;
nodes = (
(474,-245,o),
(605,-104,o),
(646,36,c),
(590,28,l),
(513,-130,o),
(402,-173,o),
(297,-173,cs),
(208,-173,o),
(185,-108,o),
(175,-41,c),
(100,-43,o),
(72,-78,o),
(72,-126,cs),
(72,-185,o),
(115,-245,o),
(257,-245,cs)
(469,-245,o),
(600,-104,o),
(641,36,c),
(585,28,l),
(508,-130,o),
(397,-173,o),
(292,-173,cs),
(203,-173,o),
(180,-108,o),
(170,-41,c),
(95,-43,o),
(67,-78,o),
(67,-126,cs),
(67,-185,o),
(110,-245,o),
(252,-245,cs)
);
},
{
ref = kappa;
}
);
width = 647;
width = 642;
},
{
layerId = "C91144B6-58F5-45F2-9CE4-7ED6CE127FD4";
Expand All @@ -148,7 +148,7 @@ nodes = (
);
},
{
pos = (16,0);
pos = (21,0);
ref = kappa;
}
);
Expand Down Expand Up @@ -179,71 +179,72 @@ nodes = (
);
},
{
pos = (37,0);
pos = (42,0);
ref = kappa;
}
);
width = 491;
width = 496;
},
{
layerId = "BD18C76C-096B-4C52-83B4-518A374966BE";
shapes = (
{
closed = 1;
nodes = (
(393,-239,o),
(492,-118,o),
(532,26,c),
(477,19,l),
(431,-104,o),
(367,-176,o),
(264,-176,cs),
(178,-176,o),
(142,-93,o),
(133,-38,c),
(75,-38,o),
(50,-72,o),
(50,-113,cs),
(50,-186,o),
(126,-239,o),
(222,-239,cs)
(388,-239,o),
(487,-118,o),
(527,26,c),
(472,19,l),
(426,-104,o),
(362,-176,o),
(259,-176,cs),
(173,-176,o),
(137,-93,o),
(128,-38,c),
(70,-38,o),
(45,-72,o),
(45,-113,cs),
(45,-186,o),
(121,-239,o),
(217,-239,cs)
);
},
{
ref = kappa;
}
);
width = 532;
width = 527;
},
{
layerId = "75A83886-EED5-4C31-9670-660514D8A4F6";
shapes = (
{
closed = 1;
nodes = (
(446,-245,o),
(540,-87,o),
(562,35,c),
(506,27,l),
(458,-113,o),
(374,-173,o),
(269,-173,cs),
(180,-173,o),
(157,-108,o),
(147,-41,c),
(72,-43,o),
(44,-78,o),
(44,-126,cs),
(44,-185,o),
(87,-245,o),
(229,-245,cs)
(444,-245,o),
(538,-87,o),
(560,35,c),
(504,27,l),
(456,-113,o),
(372,-173,o),
(267,-173,cs),
(178,-173,o),
(155,-108,o),
(145,-41,c),
(70,-43,o),
(42,-78,o),
(42,-126,cs),
(42,-185,o),
(85,-245,o),
(227,-245,cs)
);
},
{
pos = (3,0);
ref = kappa;
}
);
width = 563;
width = 561;
}
);
metricLeft = "=kappa";
Expand Down

0 comments on commit 19f8ce7

Please sign in to comment.