mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 00:53:21 +02:00
Suppres box around links in acroread
This commit is contained in:
parent
961ae52972
commit
74868edee1
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def add_links(self):
|
|||
is_local = not href or combined_path in self.anchors
|
||||
annot = Dictionary({
|
||||
'Type':Name('Annot'), 'Subtype':Name('Link'),
|
||||
'Rect':rect,
|
||||
'Rect':rect, 'Border':Array([0,0,0]),
|
||||
})
|
||||
if self.mark_links:
|
||||
annot.update({'Border':Array([16, 16, 1]), 'C':Array([1.0, 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue