1
0
Fork 0
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:
Tim van der Meij 2013-09-06 21:00:02 +02:00
parent ec52dea70e
commit 48a24a48c1
9 changed files with 16 additions and 9 deletions

View file

@ -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-' +