Skip to content

Commit

Permalink
Fix small issue where parts of the stem are visible around the note h…
Browse files Browse the repository at this point in the history
…ead. This patch affects the Bravura font.
  • Loading branch information
ronyeh committed Apr 23, 2021
1 parent 0f24ef7 commit ba85ad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fonts/bravura_metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,12 @@ export const BravuraMetrics = {
offsetYBaseStemUp: -4,
offsetYBaseStemDown: 4,
},
noteheadHalf: {
offsetYBaseStemUp: -2.5,
offsetYBaseStemDown: 2.6,
},
noteheadBlack: {
offsetYBaseStemUp: -2,
offsetYBaseStemDown: 2,
},
noteheadSquareWhite: {
Expand Down

0 comments on commit ba85ad8

Please sign in to comment.