[api-major] Remove the SVG back-end (PR 15173 follow-up)

This has been deprecated since version `2.15.349`, which is a year ago.
Removing this will also simplify some upcoming changes, specifically outputting of JavaScript modules in the builds.
This commit is contained in:
Jonas Jenwald 2022-01-19 11:43:41 +01:00
parent be53c7d6f5
commit 3ced0dec1b
16 changed files with 1 additions and 2302 deletions

View file

@ -40,7 +40,6 @@ import {
getDocument,
PDFDataRangeTransport,
PDFWorker,
SVGGraphics,
version,
} from "../../src/display/api.js";
import {
@ -105,7 +104,6 @@ const expectedAPI = Object.freeze({
renderTextLayer,
setLayerDimensions,
shadow,
SVGGraphics,
UnexpectedResponseException,
updateTextLayer,
Util,