Skip to content

Commit

Permalink
Merge pull request ryanoasis#1419 from ryanoasis/bugfix/powerline-gly…
Browse files Browse the repository at this point in the history
…ph-overlap

Increase Powerline glyph overlap
  • Loading branch information
Finii authored Nov 16, 2023
2 parents f44e3de + 2aa3864 commit 4183b37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import absolute_import, print_function, unicode_literals

# Change the script version when you edit this script:
script_version = "4.7.1"
script_version = "4.7.2"

version = "3.0.2"
projectName = "Nerd Fonts"
Expand Down Expand Up @@ -858,9 +858,9 @@ class font_patcher:
'default': {'align': 'c', 'valign': 'c', 'stretch': 'pa', 'params': {}},

# Arrow tips
0xe0b0: {'align': 'l', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.02, 'xy-ratio': 0.7}},
0xe0b0: {'align': 'l', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.06, 'xy-ratio': 0.7}},
0xe0b1: {'align': 'l', 'valign': 'c', 'stretch': 'xy', 'params': {'xy-ratio': 0.7}},
0xe0b2: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.02, 'xy-ratio': 0.7}},
0xe0b2: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.06, 'xy-ratio': 0.7}},
0xe0b3: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'xy-ratio': 0.7}},

# Rounded arcs
Expand Down
Binary file modified src/glyphs/PowerlineExtraSymbols.otf
Binary file not shown.
Binary file modified src/glyphs/powerline-symbols/PowerlineSymbols.otf
Binary file not shown.

0 comments on commit 4183b37

Please sign in to comment.