mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fixing annotation icon issues
This commit is contained in:
parent
ec52dea70e
commit
48a24a48c1
9 changed files with 16 additions and 9 deletions
|
@ -543,7 +543,6 @@ var TextAnnotation = (function TextAnnotationClosure() {
|
|||
container.className = 'annotText';
|
||||
|
||||
var image = document.createElement('img');
|
||||
image.style.width = container.style.width;
|
||||
image.style.height = container.style.height;
|
||||
var iconName = item.name;
|
||||
image.src = PDFJS.imageResourcesPath + 'annotation-' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue