Skip to content

Commit b653154

Browse files
committed
Release 1.0.36
2 parents 645e25c + 3564079 commit b653154

123 files changed

Lines changed: 7 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

make/hangul/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default (async function pass(argv) {
2525
g.horizontal.end = expected;
2626
shiftContours(g, delta);
2727
} else {
28-
shiftContours(-(em - commonHangulWidth) / 2);
28+
shiftContours(g, -(em - commonHangulWidth) / 2);
2929
}
3030
}
3131

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sarasa-gothic",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"main": "./run",
55
"scripts": {
66
"lint": "eslint",

0 commit comments

Comments
 (0)