Add initial set of PDF.js viewer files including: - WASM binaries for PDF rendering - Standard fonts and CMAP files for text rendering - UI icons and SVG assets for toolbar buttons - TypeScript declaration files - Loading animation GIF - Annotation icons and UI elements This provides the base functionality for the PDF viewer including: - Document rendering - Navigation controls - Zoom functionality - Page display options - Annotation tools - Document properties
12 lines
415 B
XML
12 lines
415 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="40"
|
|
height="40"
|
|
viewBox="0 0 40 40">
|
|
<path
|
|
d="M 1.5006714,23.536225 6.8925879,18.994244 14.585721,26.037937 34.019683,4.5410479 38.499329,9.2235032 14.585721,35.458952 z"
|
|
id="path4"
|
|
style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.25402856;stroke-opacity:1" />
|
|
</svg>
|