1
0
Fork 0
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:
Fred Chasen 2016-09-23 17:05:25 +02:00
parent 0889e63a29
commit 89387f1ef2
9 changed files with 231 additions and 45 deletions

View file

@ -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);