Fixed broken contours in /pwlAngleLeft and /pwlAngleRight. Release time!

This commit is contained in:
be5invis 2015-08-12 05:46:35 +08:00
parent 24a294c7be
commit 1d2371cb2f
2 changed files with 5 additions and 2 deletions

View File

@ -438,8 +438,11 @@ create-glyph 'pwlAngleRight' : glyph-construction {
local fine : adviceBlackness 4
include : create-stroke
:.start-from 0 font.hhea.ascent
:.set-width [fine / 2] [fine / 2]
:.set-width 0 fine
:.line-to WIDTH [mix font.hhea.ascent font.hhea.descent 0.5]
include : create-stroke
:.start-from WIDTH [mix font.hhea.ascent font.hhea.descent 0.5]
:.set-width 0 fine
:.line-to 0 font.hhea.descent
}
create-glyph 'pwlTriangleLeft' : glyph-construction {

View File

@ -41,7 +41,7 @@ define regular (
.family 'Iosevka'
.style 'Regular'
.weight 400
.version 'r0.0.20'
.version 'r0.1.0'
.variantSelector (.)
.copyright 'Copyright (c) 2015 Belleve Invis.'
)