mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
8 lines
353 B
Markdown
8 lines
353 B
Markdown
## PDF.js using SVG
|
|
|
|
This is a project for implementing alternate backend for PDF.js using Scalable Vector Graphics. This is still a WIP.
|
|
Take a look at [proposal](https://docs.google.com/document/d/1k4nPx1RrHbxXi94kSdvW5ay8KMkjwLmBEiCNupyzlwk/pub) for this project.
|
|
|
|
## Getting started
|
|
|
|
Take a look at src/display/svg.js to see the SVG rendering code.
|