pdf.js/examples/svgviewer
Manas a2ba1b8189 Uses editorconfig to maintain consistent coding styles
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
2015-11-14 07:32:18 +05:30
..
index.html SVG Viewer example demo 2014-06-20 08:25:05 +05:30
README.md SVG Viewer example demo 2014-06-20 08:25:05 +05:30
viewer.js Uses editorconfig to maintain consistent coding styles 2015-11-14 07:32:18 +05:30

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 for this project.

Getting started

Take a look at src/display/svg.js to see the SVG rendering code.