Skip to content

Commit

Permalink
Adjust stem metrics slightly to make it extra smooth.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Apr 29, 2021
1 parent 4bbf186 commit 2419efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fonts/gonville_metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ export const GonvilleMetrics = {
offsetYBaseStemDown: 1.5,
},
noteheadBlack: {
offsetYBaseStemUp: -2,
offsetYBaseStemDown: 2,
offsetYBaseStemUp: -1.5,
offsetYBaseStemDown: 1.5,
},
noteheadSquareWhite: {
offsetYBaseStemDown: -5,
Expand Down

0 comments on commit 2419efd

Please sign in to comment.