mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Single render handles spreads
This commit is contained in:
parent
0889e63a29
commit
89387f1ef2
9 changed files with 231 additions and 45 deletions
|
@ -588,6 +588,7 @@ Contents.prototype.columns = function(width, height, columnWidth, gap){
|
|||
var COLUMN_GAP = core.prefixed('columnGap');
|
||||
var COLUMN_WIDTH = core.prefixed('columnWidth');
|
||||
var COLUMN_FILL = core.prefixed('columnFill');
|
||||
var textWidth;
|
||||
|
||||
this.width(width);
|
||||
this.height(height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue