Fix stroke extraction and add orientation override

This commit is contained in:
Shaunak Kishore
2015-09-02 03:33:35 -04:00
parent 7d75ec362a
commit 17c57fef3e
2 changed files with 14 additions and 3 deletions

View File

@ -19,6 +19,10 @@ function change_glyph(method, glyph) {
});
}
window.get_glyph = function(name) {
change_glyph('get_glyph', name);
}
function to_line(pairs) {
return {
x1: pairs[0][0],