Fixed broken contours in /pwlAngleLeft and /pwlAngleRight. Release time!
This commit is contained in:
parent
24a294c7be
commit
1d2371cb2f
|
@ -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 {
|
||||
|
|
|
@ -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.'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user