diff --git a/font-patcher b/font-patcher index 23932f1d0..4b4e0c859 100755 --- a/font-patcher +++ b/font-patcher @@ -857,9 +857,9 @@ class font_patcher: 0xe0b3: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'xy-ratio': 0.7}}, # Rounded arcs - 0xe0b4: {'align': 'l', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.01, 'xy-ratio': 0.59}}, + 0xe0b4: {'align': 'l', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.06, 'xy-ratio': 0.59}}, 0xe0b5: {'align': 'l', 'valign': 'c', 'stretch': 'xy', 'params': {'xy-ratio': 0.5}}, - 0xe0b6: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.01, 'xy-ratio': 0.59}}, + 0xe0b6: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'overlap': 0.06, 'xy-ratio': 0.59}}, 0xe0b7: {'align': 'r', 'valign': 'c', 'stretch': 'xy', 'params': {'xy-ratio': 0.5}}, # Bottom Triangles diff --git a/src/glyphs/powerline-extra/PowerlineExtraSymbols.otf b/src/glyphs/powerline-extra/PowerlineExtraSymbols.otf index a1c51c9df..b290259b7 100644 Binary files a/src/glyphs/powerline-extra/PowerlineExtraSymbols.otf and b/src/glyphs/powerline-extra/PowerlineExtraSymbols.otf differ diff --git a/src/glyphs/powerline-extra/README.md b/src/glyphs/powerline-extra/README.md index 80220a08a..74017ca53 100644 --- a/src/glyphs/powerline-extra/README.md +++ b/src/glyphs/powerline-extra/README.md @@ -7,5 +7,7 @@ For more information have a look at the upstream website: https://github.com/rya * Add missing Ice Waveform Mirrored glyph (0xE0CA) * Add Trigraph Heaven glyph (0x2630) * Simplify Waveform glyphs (0xE0C8, 0xE0CA) +* Glyph 0xE0B4 and 0xE0B6 got an additional 7% strip on their straight side. +* Change version of font to 1.001 Version: 1.000 (from about 2016)