Removing unused SVG files
This commit is contained in:
parent
3f2adc04ac
commit
955c9f79a9
15 changed files with 1 additions and 4140 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue