Skip to content

Commit

Permalink
Merge pull request #2 from szres/fix-glyph-points
Browse files Browse the repository at this point in the history
hide glyph points not used in ingress
  • Loading branch information
Nigh committed Apr 4, 2024
2 parents 95f3864 + 1501e02 commit f4f8f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Glyph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
c: { dx: 0 * glyphK1, dy: +R * glyphK1 },
l: { dx: -Math.cos(Math.PI / 6) * R * glyphK1, dy: Math.sin(Math.PI / 6) * R * glyphK1 },
b: { dx: -Math.cos(Math.PI / 6) * R * glyphK1, dy: -Math.sin(Math.PI / 6) * R * glyphK1 },
f: { dx: 0 * glyphK2, dy: -R * glyphK2 },
// f: { dx: 0 * glyphK2, dy: -R * glyphK2 },
r: { dx: +Math.cos(Math.PI / 6) * R * glyphK2, dy: -Math.sin(Math.PI / 6) * R * glyphK2 },
j: { dx: +Math.cos(Math.PI / 6) * R * glyphK2, dy: Math.sin(Math.PI / 6) * R * glyphK2 },
p: { dx: 0 * glyphK2, dy: +R * glyphK2 },
// p: { dx: 0 * glyphK2, dy: +R * glyphK2 },
h: { dx: -Math.cos(Math.PI / 6) * R * glyphK2, dy: Math.sin(Math.PI / 6) * R * glyphK2 },
t: { dx: -Math.cos(Math.PI / 6) * R * glyphK2, dy: -Math.sin(Math.PI / 6) * R * glyphK2 },
a: { dx: 0, dy: 0 }
Expand Down

0 comments on commit f4f8f88

Please sign in to comment.