mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 02:43:10 +02:00
Fix #625
This commit is contained in:
parent
a9d8b24487
commit
bf855638ef
1 changed files with 2 additions and 0 deletions
|
|
@ -1686,6 +1686,8 @@ def process_table(self, tag, tag_css):
|
|||
for name in targets:
|
||||
self.targets[self.target_prefix+name] = canvases[-1]
|
||||
else:
|
||||
if xpos > 65535:
|
||||
xpos = 65535
|
||||
canvases[-1].put_object(block, xpos + int(delta/2.), ypos)
|
||||
|
||||
for canvas in canvases:
|
||||
|
|
|
|||
Loading…
Reference in a new issue