pdf.js/examples
Jonas Jenwald 4a6575643b [SVG] Specify the PDFJS.cMapUrl/PDFJS.cMapPacked parameters in the svgviewer example
Re: issue 7017.
This should prevent the error, but does not fix the broken rendering.

The rendering issues are caused by `svg.js` not supporting the various text rendering modes, in this case specifically "invisible" (as indicated in the console `Warning: Unimplemented method setTextRenderingMode`).

Compared to the canvas case, where we just ignore invisible text, a smarter solution is probably required for the SVG case. Since just ignoring invisible text in `svg.js` would mean that text-selection isn't possible.
2016-02-26 23:07:39 +01:00
..
acroforms Use RequireJS in the viewer, examples and tests. 2015-12-29 09:20:52 -06:00
components Remove a superfluous "s" in AnnotationsLayerBuilder from files in web/ 2015-12-18 19:55:54 +01:00
helloworld Use RequireJS in the viewer, examples and tests. 2015-12-29 09:20:52 -06:00
learning Fixes all examples to require workerSrc to be set. 2015-11-06 07:50:21 -06:00
node Adds/modifies examples for node.js and webpack. 2015-12-21 13:46:50 -06:00
svgviewer [SVG] Specify the PDFJS.cMapUrl/PDFJS.cMapPacked parameters in the svgviewer example 2016-02-26 23:07:39 +01:00
text-only Fixes all examples to require workerSrc to be set. 2015-11-06 07:50:21 -06:00
webpack Adds/modifies examples for node.js and webpack. 2015-12-21 13:46:50 -06:00