diff options
author | Rasmus Andersson <rasmus@notion.se> | 2018-10-01 03:00:57 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2018-10-11 09:38:25 +0300 |
commit | 2df505e2ffc7f303d70d6fa7a4ab58887574d7d2 (patch) | |
tree | b0cb45d471c258d4f177ec913d9ad82fab51ef6f /src/Inter-UI-Italic.ufo/glyphs/g.glif | |
parent | 83a462bc65759d0a7cf07545c75847877460e8bf (diff) | |
download | inter-2df505e2ffc7f303d70d6fa7a4ab58887574d7d2.tar.xz |
Decompose many glyphs that otherwise causes poor rendering by Chrome when used as a variable font. For example, the center horizontal stem of "B" would be jagged and too thick. This is a little unfortunate as it makes editing glyphs a little harder, but it is not a big deal.
Diffstat (limited to 'src/Inter-UI-Italic.ufo/glyphs/g.glif')
-rw-r--r-- | src/Inter-UI-Italic.ufo/glyphs/g.glif | 37 |
1 files changed, 16 insertions, 21 deletions
diff --git a/src/Inter-UI-Italic.ufo/glyphs/g.glif b/src/Inter-UI-Italic.ufo/glyphs/g.glif index 8e91d2c15..33277b3e1 100644 --- a/src/Inter-UI-Italic.ufo/glyphs/g.glif +++ b/src/Inter-UI-Italic.ufo/glyphs/g.glif @@ -10,27 +10,7 @@ <point x="1372.0" y="-12.0" type="curve" smooth="yes"/> <point x="1628.0" y="1536.0" type="line"/> <point x="1400.0" y="1536.0" type="line"/> - <point x="1344.0" y="1200.0" type="line"/> - <point x="1348.0" y="768.0" type="line"/> - <point x="1196.0" y="360.0" type="line"/> - <point x="1140.0" y="12.0" type="line"/> - <point x="1100.0" y="-244.0"/> - <point x="876.0" y="-364.0"/> - <point x="640.0" y="-364.0" type="curve" smooth="yes"/> - <point x="376.0" y="-364.0"/> - <point x="292.0" y="-212.0"/> - <point x="248.0" y="-136.0" type="curve"/> - <point x="36.0" y="-268.0" type="line"/> - <point x="104.0" y="-432.0"/> - <point x="276.0" y="-576.0"/> - </contour> - <contour> - <point x="672.0" y="24.0" type="curve" smooth="yes"/> - <point x="972.0" y="24.0"/> - <point x="1096.0" y="200.0"/> - <point x="1164.0" y="284.0" type="curve"/> - <point x="1280.0" y="284.0" type="line"/> - <point x="1448.0" y="1292.0" type="line"/> + <point x="1360.0" y="1292.0" type="line"/> <point x="1336.0" y="1292.0" type="line"/> <point x="1296.0" y="1372.0"/> <point x="1232.0" y="1556.0"/> @@ -40,6 +20,21 @@ <point x="144.0" y="776.0" type="curve" smooth="yes"/> <point x="64.0" y="296.0"/> <point x="300.0" y="24.0"/> + <point x="672.0" y="24.0" type="curve" smooth="yes"/> + <point x="972.0" y="24.0"/> + <point x="1096.0" y="200.0"/> + <point x="1164.0" y="284.0" type="curve"/> + <point x="1184.0" y="284.0" type="line"/> + <point x="1140.0" y="12.0" type="line" smooth="yes"/> + <point x="1100.0" y="-244.0"/> + <point x="876.0" y="-364.0"/> + <point x="640.0" y="-364.0" type="curve" smooth="yes"/> + <point x="376.0" y="-364.0"/> + <point x="292.0" y="-212.0"/> + <point x="248.0" y="-136.0" type="curve"/> + <point x="36.0" y="-268.0" type="line"/> + <point x="104.0" y="-432.0"/> + <point x="276.0" y="-576.0"/> </contour> <contour> <point x="740.0" y="236.0" type="curve" smooth="yes"/> |