ea1d090109
The tag <base> is used to resolve relative URIs within the document. Newly added SVG filters use a relative URI which then use the URI in base but this one mismatches with the document URI and consequently filters are not found in the Firefox viewer. So this patch just removes <base> and replace few relative URLs by absolute ones.
3 lines
138 B
HTML
3 lines
138 B
HTML
<!-- This snippet is used in the Firefox extension (included from viewer.html) -->
|
|
<script src="resource://pdf.js/build/pdf.js"></script>
|