Skip to content

Commit

Permalink
Fix .notdef
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Mar 13, 2024
1 parent d6d16ca commit be61ffe
Showing 1 changed file with 36 additions and 30 deletions.
66 changes: 36 additions & 30 deletions src/NovaGothic.glyphspackage/glyphs/_notdef.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,30 @@ layers = (
layerId = m002;
shapes = (
{
attr = {
strokeHeight = 120;
strokeWidth = 120;
};
closed = 1;
nodes = (
(120,60,l),
(480,60,l),
(480,640,l),
(120,640,l)
(420,580,l),
(420,120,l),
(180,120,l),
(180,580,l)
);
},
{
attr = {
strokeHeight = 120;
strokeWidth = 120;
};
closed = 0;
closed = 1;
nodes = (
(60,0,l),
(540,0,l),
(540,700,l),
(60,700,l)
);
},
{
closed = 1;
nodes = (
(120,640,l),
(480,60,l)
(170.978,671.642,l),
(69.022,608.358,l),
(429.022,28.358,l),
(530.978,91.642,l)
);
}
);
Expand All @@ -35,27 +38,30 @@ width = 600;
layerId = m01;
shapes = (
{
attr = {
strokeHeight = 60;
strokeWidth = 60;
};
closed = 1;
nodes = (
(100,30,l),
(500,30,l),
(500,670,l),
(100,670,l)
(470,640,l),
(470,60,l),
(130,60,l),
(130,640,l)
);
},
{
attr = {
strokeHeight = 60;
strokeWidth = 60;
};
closed = 0;
closed = 1;
nodes = (
(70,0,l),
(530,0,l),
(530,700,l),
(70,700,l)
);
},
{
closed = 1;
nodes = (
(100,670,l),
(500,30,l)
(125.44,685.9,l),
(74.56,654.1,l),
(474.56,14.1,l),
(525.44,45.9,l)
);
}
);
Expand Down

0 comments on commit be61ffe

Please sign in to comment.