Skip to content

Commit

Permalink
Merge pull request #95 from notofonts/issue-94
Browse files Browse the repository at this point in the history
Make sure extender parts of accent assemblies has non-zero end connector
  • Loading branch information
simoncozens authored Oct 25, 2024
2 parents b1f8b81 + d278883 commit cca8007
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sources/NotoSansMath.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3303";
.appVersion = "3324";
.formatVersion = 3;
classes = (
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dbllowlinecomb.s00,
dbllowlinecomb.s00,
1,
417,
0
417
)
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dbloverlinecomb.s00,
dbloverlinecomb.s00,
1,
417,
0
417
)
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lowlinecomb.s00,
lowlinecomb.s00,
1,
417,
0
417
)
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ overlinecomb.s00,
overlinecomb.s00,
1,
417,
0
417
)
);
};
Expand Down
3 changes: 2 additions & 1 deletion sources/NotoSansMath.glyphspackage/order.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5102,5 +5102,6 @@ _contour6.integral,
_intersection.integral,
_quaternion.integral,
_slash.integral,
_stroke.integral
_stroke.integral,
VS1
)

0 comments on commit cca8007

Please sign in to comment.