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