mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #16699 from Snuffleupagus/rm-svg
[api-major] Remove the SVG back-end (PR 15173 follow-up)
This commit is contained in:
commit
426209c6e6
16 changed files with 1 additions and 2302 deletions
|
@ -73,7 +73,6 @@ import { PDFDataTransportStream } from "./transport_stream.js";
|
|||
import { PDFFetchStream } from "display-fetch_stream";
|
||||
import { PDFNetworkStream } from "display-network";
|
||||
import { PDFNodeStream } from "display-node_stream";
|
||||
import { SVGGraphics } from "display-svg";
|
||||
import { XfaText } from "./xfa_text.js";
|
||||
|
||||
const DEFAULT_RANGE_CHUNK_SIZE = 65536; // 2^16 = 65536
|
||||
|
@ -3448,6 +3447,5 @@ export {
|
|||
PDFWorker,
|
||||
PDFWorkerUtil,
|
||||
RenderTask,
|
||||
SVGGraphics,
|
||||
version,
|
||||
};
|
||||
|
|
|
@ -21,7 +21,6 @@ const NullL10n = null;
|
|||
const PDFFetchStream = null;
|
||||
const PDFNetworkStream = null;
|
||||
const PDFNodeStream = null;
|
||||
const SVGGraphics = null;
|
||||
|
||||
export {
|
||||
NodeCanvasFactory,
|
||||
|
@ -32,5 +31,4 @@ export {
|
|||
PDFFetchStream,
|
||||
PDFNetworkStream,
|
||||
PDFNodeStream,
|
||||
SVGGraphics,
|
||||
};
|
||||
|
|
1700
src/display/svg.js
1700
src/display/svg.js
File diff suppressed because it is too large
Load diff
|
@ -50,7 +50,6 @@ import {
|
|||
getDocument,
|
||||
PDFDataRangeTransport,
|
||||
PDFWorker,
|
||||
SVGGraphics,
|
||||
version,
|
||||
} from "./display/api.js";
|
||||
import {
|
||||
|
@ -119,7 +118,6 @@ export {
|
|||
renderTextLayer,
|
||||
setLayerDimensions,
|
||||
shadow,
|
||||
SVGGraphics,
|
||||
UnexpectedResponseException,
|
||||
updateTextLayer,
|
||||
Util,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue