Update version to 0.0.2

This commit is contained in:
Belleve Invis 2015-07-23 19:43:42 +08:00
parent 01addbec23
commit a64f51c74d
5 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View file

@ -31,3 +31,4 @@ test/
preview/ preview/
build/ build/
ref/ ref/
.buildglyphs.all.patel

View file

@ -713,7 +713,7 @@
r55_xn$setanchor$9Jrj('above', r1_MARK, r1_markMiddle, r1_XH, r1_markMiddle, r1_aboveMarkTop); r55_xn$setanchor$9Jrj('above', r1_MARK, r1_markMiddle, r1_XH, r1_markMiddle, r1_aboveMarkTop);
r55_leftEnd = r1_markMiddle - r1_markExtend * 1.5; r55_leftEnd = r1_markMiddle - r1_markExtend * 1.5;
r55_rightEnd = r1_markMiddle + r1_markExtend * 1.5; r55_rightEnd = r1_markMiddle + r1_markExtend * 1.5;
r55_xn$putshapes$9Jrj(r55_xn$createstroke$7Hrq()['start-from'](r55_leftEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.6))['set-width'](r1_markHalfStroke, r1_markHalfStroke)['heads-to'](r1_RIGHTWARD)['line-to'](r55_rightEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.6))['heads-to'](r1_RIGHTWARD)['to-outline']()); r55_xn$putshapes$9Jrj(r55_xn$createstroke$7Hrq()['start-from'](r55_leftEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.5))['set-width'](r1_markHalfStroke, r1_markHalfStroke)['heads-to'](r1_RIGHTWARD)['line-to'](r55_rightEnd, r1_mix(r1_aboveMarkTop, r1_aboveMarkBot, 0.5))['heads-to'](r1_RIGHTWARD)['to-outline']());
return void 0; return void 0;
}); });
r1_xn$createglyph$7Hrq('A', function _r1_t50() { r1_xn$createglyph$7Hrq('A', function _r1_t50() {

View file

@ -30,8 +30,10 @@ update : $(FILES)
$(SUPPORT_FILES) : $(SUPPORT_FILES) :
patel-c $< -o $@ --strict patel-c $< -o $@ --strict
buildglyphs.js : buildglyphs-intro.patel $(GLYPH_SEGMENTS) buildglyphs-final.patel .buildglyphs.all.patel : buildglyphs-intro.patel $(GLYPH_SEGMENTS) buildglyphs-final.patel
cat $^ | patel-c --strict -o $@ cat $^ > .buildglyphs.all.patel
buildglyphs.js : .buildglyphs.all.patel
patel-c --strict -o $@ $^
support/glyph.js : support/glyph.patel support/glyph.js : support/glyph.patel
support/stroke.js : support/stroke.patel support/stroke.js : support/stroke.patel
parameters.js : parameters.patel parameters.js : parameters.patel

View file

@ -32,7 +32,7 @@
'family': 'Iosevka', 'family': 'Iosevka',
'style': 'Regular', 'style': 'Regular',
'weight': 400, 'weight': 400,
'version': 'r0.0.1', 'version': 'r0.0.2',
'variantSelector': {}, 'variantSelector': {},
'copyright': 'Copyright (c) 2015 Belleve Invis.' 'copyright': 'Copyright (c) 2015 Belleve Invis.'
}; };

View file

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