Skip to content

Commit

Permalink
Fix vertical alignment of control numbers/codes
Browse files Browse the repository at this point in the history
Fixes #4.
  • Loading branch information
perliedman committed Aug 29, 2022
1 parent 4c4ae32 commit 398de0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/create-svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export async function courseToSvg(
x,
y,
"text-anchor": "middle",
"dominant-baseline": "middle",
fill: courseOverPrintRgb,
style: `font: normal ${6 * objScale}px sans-serif;`,
},
Expand Down

1 comment on commit 398de0e

@vercel
Copy link

@vercel vercel bot commented on 398de0e Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

o-scout – ./

o-scout.vercel.app
o-scout-liedman.vercel.app
o-scout-git-master-liedman.vercel.app

Please sign in to comment.