Skip to content

Commit

Permalink
Save with modern aspect ratio. implements blocktronics#154
Browse files Browse the repository at this point in the history
  • Loading branch information
andyherbert committed May 12, 2022
1 parent b84fde4 commit 996bacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/libtextmode/textmode.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function add_sauce_bytes({doc, data_type, file_type, bytes: file_bytes}) {
} else {
bytes[105] += 1 << 1;
}
bytes[105] += 1 << 4;
if (doc.font_name) add_text(bytes, 106, doc.font_name, doc.font_name.length);
}
if (doc.comments.length) bytes = add_comments_bytes(doc.comments, bytes);
Expand Down

0 comments on commit 996bacd

Please sign in to comment.