Removing unused SVG files

This commit is contained in:
Artur Adib 2012-05-02 10:03:07 -04:00
parent 3f2adc04ac
commit 955c9f79a9
15 changed files with 1 additions and 4140 deletions

View file

@ -826,7 +826,7 @@ var PageView = function pageView(container, pdfPage, id, scale,
var type = item.type;
var rect = viewport.convertToViewportRectangle(item.rect);
rect = PDFJS.Util.normalizeRect(rect);
image.src = kImageDirectory + type.toLowerCase() + '.svg';
image.src = kImageDirectory + 'annotation-' + type.toLowerCase() + '.svg';
image.alt = '[' + type + ' Annotation]';
var content = document.createElement('div');
content.setAttribute('hidden', true);