Мелкая поправка

This commit is contained in:
Book Pauk
2019-02-25 20:49:12 +07:00
parent 0ddb182642
commit 631c5930e9

View File

@@ -664,7 +664,7 @@ export default class BookParser {
parsed.visible = this.showImages;
let bin = this.binary[part.image.id];
if (!bin)
bin = {h: 0, w: 0};
bin = {h: 1, w: 1};
let lineCount = this.imageHeightLines;
let c = Math.ceil(bin.h/this.lineHeight);