1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543 |
- /**
- * @licstart The following is the entire license notice for the
- * Javascript code in this page
- *
- * Copyright 2021 Mozilla Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * @licend The above is the entire license notice for the
- * Javascript code in this page
- */
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.SVGGraphics = void 0;
- var _util = require("../shared/util.js");
- var _display_utils = require("./display_utils.js");
- var _is_node = require("../shared/is_node.js");
- let SVGGraphics = class {
- constructor() {
- (0, _util.unreachable)("Not implemented: SVGGraphics");
- }
- };
- exports.SVGGraphics = SVGGraphics;
- {
- const SVG_DEFAULTS = {
- fontStyle: "normal",
- fontWeight: "normal",
- fillColor: "#000000"
- };
- const XML_NS = "http://www.w3.org/XML/1998/namespace";
- const XLINK_NS = "http://www.w3.org/1999/xlink";
- const LINE_CAP_STYLES = ["butt", "round", "square"];
- const LINE_JOIN_STYLES = ["miter", "round", "bevel"];
- const convertImgDataToPng = function () {
- const PNG_HEADER = new Uint8Array([0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a]);
- const CHUNK_WRAPPER_SIZE = 12;
- const crcTable = new Int32Array(256);
- for (let i = 0; i < 256; i++) {
- let c = i;
- for (let h = 0; h < 8; h++) {
- if (c & 1) {
- c = 0xedb88320 ^ c >> 1 & 0x7fffffff;
- } else {
- c = c >> 1 & 0x7fffffff;
- }
- }
- crcTable[i] = c;
- }
- function crc32(data, start, end) {
- let crc = -1;
- for (let i = start; i < end; i++) {
- const a = (crc ^ data[i]) & 0xff;
- const b = crcTable[a];
- crc = crc >>> 8 ^ b;
- }
- return crc ^ -1;
- }
- function writePngChunk(type, body, data, offset) {
- let p = offset;
- const len = body.length;
- data[p] = len >> 24 & 0xff;
- data[p + 1] = len >> 16 & 0xff;
- data[p + 2] = len >> 8 & 0xff;
- data[p + 3] = len & 0xff;
- p += 4;
- data[p] = type.charCodeAt(0) & 0xff;
- data[p + 1] = type.charCodeAt(1) & 0xff;
- data[p + 2] = type.charCodeAt(2) & 0xff;
- data[p + 3] = type.charCodeAt(3) & 0xff;
- p += 4;
- data.set(body, p);
- p += body.length;
- const crc = crc32(data, offset + 4, p);
- data[p] = crc >> 24 & 0xff;
- data[p + 1] = crc >> 16 & 0xff;
- data[p + 2] = crc >> 8 & 0xff;
- data[p + 3] = crc & 0xff;
- }
- function adler32(data, start, end) {
- let a = 1;
- let b = 0;
- for (let i = start; i < end; ++i) {
- a = (a + (data[i] & 0xff)) % 65521;
- b = (b + a) % 65521;
- }
- return b << 16 | a;
- }
- function deflateSync(literals) {
- if (!_is_node.isNodeJS) {
- return deflateSyncUncompressed(literals);
- }
- try {
- let input;
- if (parseInt(process.versions.node) >= 8) {
- input = literals;
- } else {
- input = Buffer.from(literals);
- }
- const output = require("zlib").deflateSync(input, {
- level: 9
- });
- return output instanceof Uint8Array ? output : new Uint8Array(output);
- } catch (e) {
- (0, _util.warn)("Not compressing PNG because zlib.deflateSync is unavailable: " + e);
- }
- return deflateSyncUncompressed(literals);
- }
- function deflateSyncUncompressed(literals) {
- let len = literals.length;
- const maxBlockLength = 0xffff;
- const deflateBlocks = Math.ceil(len / maxBlockLength);
- const idat = new Uint8Array(2 + len + deflateBlocks * 5 + 4);
- let pi = 0;
- idat[pi++] = 0x78;
- idat[pi++] = 0x9c;
- let pos = 0;
- while (len > maxBlockLength) {
- idat[pi++] = 0x00;
- idat[pi++] = 0xff;
- idat[pi++] = 0xff;
- idat[pi++] = 0x00;
- idat[pi++] = 0x00;
- idat.set(literals.subarray(pos, pos + maxBlockLength), pi);
- pi += maxBlockLength;
- pos += maxBlockLength;
- len -= maxBlockLength;
- }
- idat[pi++] = 0x01;
- idat[pi++] = len & 0xff;
- idat[pi++] = len >> 8 & 0xff;
- idat[pi++] = ~len & 0xffff & 0xff;
- idat[pi++] = (~len & 0xffff) >> 8 & 0xff;
- idat.set(literals.subarray(pos), pi);
- pi += literals.length - pos;
- const adler = adler32(literals, 0, literals.length);
- idat[pi++] = adler >> 24 & 0xff;
- idat[pi++] = adler >> 16 & 0xff;
- idat[pi++] = adler >> 8 & 0xff;
- idat[pi++] = adler & 0xff;
- return idat;
- }
- function encode(imgData, kind, forceDataSchema, isMask) {
- const width = imgData.width;
- const height = imgData.height;
- let bitDepth, colorType, lineSize;
- const bytes = imgData.data;
- switch (kind) {
- case _util.ImageKind.GRAYSCALE_1BPP:
- colorType = 0;
- bitDepth = 1;
- lineSize = width + 7 >> 3;
- break;
- case _util.ImageKind.RGB_24BPP:
- colorType = 2;
- bitDepth = 8;
- lineSize = width * 3;
- break;
- case _util.ImageKind.RGBA_32BPP:
- colorType = 6;
- bitDepth = 8;
- lineSize = width * 4;
- break;
- default:
- throw new Error("invalid format");
- }
- const literals = new Uint8Array((1 + lineSize) * height);
- let offsetLiterals = 0,
- offsetBytes = 0;
- for (let y = 0; y < height; ++y) {
- literals[offsetLiterals++] = 0;
- literals.set(bytes.subarray(offsetBytes, offsetBytes + lineSize), offsetLiterals);
- offsetBytes += lineSize;
- offsetLiterals += lineSize;
- }
- if (kind === _util.ImageKind.GRAYSCALE_1BPP && isMask) {
- offsetLiterals = 0;
- for (let y = 0; y < height; y++) {
- offsetLiterals++;
- for (let i = 0; i < lineSize; i++) {
- literals[offsetLiterals++] ^= 0xff;
- }
- }
- }
- const ihdr = new Uint8Array([width >> 24 & 0xff, width >> 16 & 0xff, width >> 8 & 0xff, width & 0xff, height >> 24 & 0xff, height >> 16 & 0xff, height >> 8 & 0xff, height & 0xff, bitDepth, colorType, 0x00, 0x00, 0x00]);
- const idat = deflateSync(literals);
- const pngLength = PNG_HEADER.length + CHUNK_WRAPPER_SIZE * 3 + ihdr.length + idat.length;
- const data = new Uint8Array(pngLength);
- let offset = 0;
- data.set(PNG_HEADER, offset);
- offset += PNG_HEADER.length;
- writePngChunk("IHDR", ihdr, data, offset);
- offset += CHUNK_WRAPPER_SIZE + ihdr.length;
- writePngChunk("IDATA", idat, data, offset);
- offset += CHUNK_WRAPPER_SIZE + idat.length;
- writePngChunk("IEND", new Uint8Array(0), data, offset);
- return (0, _util.createObjectURL)(data, "image/png", forceDataSchema);
- }
- return function convertImgDataToPng(imgData, forceDataSchema, isMask) {
- const kind = imgData.kind === undefined ? _util.ImageKind.GRAYSCALE_1BPP : imgData.kind;
- return encode(imgData, kind, forceDataSchema, isMask);
- };
- }();
- class SVGExtraState {
- constructor() {
- this.fontSizeScale = 1;
- this.fontWeight = SVG_DEFAULTS.fontWeight;
- this.fontSize = 0;
- this.textMatrix = _util.IDENTITY_MATRIX;
- this.fontMatrix = _util.FONT_IDENTITY_MATRIX;
- this.leading = 0;
- this.textRenderingMode = _util.TextRenderingMode.FILL;
- this.textMatrixScale = 1;
- this.x = 0;
- this.y = 0;
- this.lineX = 0;
- this.lineY = 0;
- this.charSpacing = 0;
- this.wordSpacing = 0;
- this.textHScale = 1;
- this.textRise = 0;
- this.fillColor = SVG_DEFAULTS.fillColor;
- this.strokeColor = "#000000";
- this.fillAlpha = 1;
- this.strokeAlpha = 1;
- this.lineWidth = 1;
- this.lineJoin = "";
- this.lineCap = "";
- this.miterLimit = 0;
- this.dashArray = [];
- this.dashPhase = 0;
- this.dependencies = [];
- this.activeClipUrl = null;
- this.clipGroup = null;
- this.maskId = "";
- }
- clone() {
- return Object.create(this);
- }
- setCurrentPoint(x, y) {
- this.x = x;
- this.y = y;
- }
- }
- function opListToTree(opList) {
- let opTree = [];
- const tmp = [];
- for (const opListElement of opList) {
- if (opListElement.fn === "save") {
- opTree.push({
- fnId: 92,
- fn: "group",
- items: []
- });
- tmp.push(opTree);
- opTree = opTree[opTree.length - 1].items;
- continue;
- }
- if (opListElement.fn === "restore") {
- opTree = tmp.pop();
- } else {
- opTree.push(opListElement);
- }
- }
- return opTree;
- }
- function pf(value) {
- if (Number.isInteger(value)) {
- return value.toString();
- }
- const s = value.toFixed(10);
- let i = s.length - 1;
- if (s[i] !== "0") {
- return s;
- }
- do {
- i--;
- } while (s[i] === "0");
- return s.substring(0, s[i] === "." ? i : i + 1);
- }
- function pm(m) {
- if (m[4] === 0 && m[5] === 0) {
- if (m[1] === 0 && m[2] === 0) {
- if (m[0] === 1 && m[3] === 1) {
- return "";
- }
- return `scale(${pf(m[0])} ${pf(m[3])})`;
- }
- if (m[0] === m[3] && m[1] === -m[2]) {
- const a = Math.acos(m[0]) * 180 / Math.PI;
- return `rotate(${pf(a)})`;
- }
- } else {
- if (m[0] === 1 && m[1] === 0 && m[2] === 0 && m[3] === 1) {
- return `translate(${pf(m[4])} ${pf(m[5])})`;
- }
- }
- return `matrix(${pf(m[0])} ${pf(m[1])} ${pf(m[2])} ${pf(m[3])} ${pf(m[4])} ` + `${pf(m[5])})`;
- }
- let clipCount = 0;
- let maskCount = 0;
- let shadingCount = 0;
- exports.SVGGraphics = SVGGraphics = class {
- constructor(commonObjs, objs, forceDataSchema = false) {
- this.svgFactory = new _display_utils.DOMSVGFactory();
- this.current = new SVGExtraState();
- this.transformMatrix = _util.IDENTITY_MATRIX;
- this.transformStack = [];
- this.extraStack = [];
- this.commonObjs = commonObjs;
- this.objs = objs;
- this.pendingClip = null;
- this.pendingEOFill = false;
- this.embedFonts = false;
- this.embeddedFonts = Object.create(null);
- this.cssStyle = null;
- this.forceDataSchema = !!forceDataSchema;
- this._operatorIdMapping = [];
- for (const op in _util.OPS) {
- this._operatorIdMapping[_util.OPS[op]] = op;
- }
- }
- save() {
- this.transformStack.push(this.transformMatrix);
- const old = this.current;
- this.extraStack.push(old);
- this.current = old.clone();
- }
- restore() {
- this.transformMatrix = this.transformStack.pop();
- this.current = this.extraStack.pop();
- this.pendingClip = null;
- this.tgrp = null;
- }
- group(items) {
- this.save();
- this.executeOpTree(items);
- this.restore();
- }
- loadDependencies(operatorList) {
- const fnArray = operatorList.fnArray;
- const argsArray = operatorList.argsArray;
- for (let i = 0, ii = fnArray.length; i < ii; i++) {
- if (fnArray[i] !== _util.OPS.dependency) {
- continue;
- }
- for (const obj of argsArray[i]) {
- const objsPool = obj.startsWith("g_") ? this.commonObjs : this.objs;
- const promise = new Promise(resolve => {
- objsPool.get(obj, resolve);
- });
- this.current.dependencies.push(promise);
- }
- }
- return Promise.all(this.current.dependencies);
- }
- transform(a, b, c, d, e, f) {
- const transformMatrix = [a, b, c, d, e, f];
- this.transformMatrix = _util.Util.transform(this.transformMatrix, transformMatrix);
- this.tgrp = null;
- }
- getSVG(operatorList, viewport) {
- this.viewport = viewport;
- const svgElement = this._initialize(viewport);
- return this.loadDependencies(operatorList).then(() => {
- this.transformMatrix = _util.IDENTITY_MATRIX;
- this.executeOpTree(this.convertOpList(operatorList));
- return svgElement;
- });
- }
- convertOpList(operatorList) {
- const operatorIdMapping = this._operatorIdMapping;
- const argsArray = operatorList.argsArray;
- const fnArray = operatorList.fnArray;
- const opList = [];
- for (let i = 0, ii = fnArray.length; i < ii; i++) {
- const fnId = fnArray[i];
- opList.push({
- fnId,
- fn: operatorIdMapping[fnId],
- args: argsArray[i]
- });
- }
- return opListToTree(opList);
- }
- executeOpTree(opTree) {
- for (const opTreeElement of opTree) {
- const fn = opTreeElement.fn;
- const fnId = opTreeElement.fnId;
- const args = opTreeElement.args;
- switch (fnId | 0) {
- case _util.OPS.beginText:
- this.beginText();
- break;
- case _util.OPS.dependency:
- break;
- case _util.OPS.setLeading:
- this.setLeading(args);
- break;
- case _util.OPS.setLeadingMoveText:
- this.setLeadingMoveText(args[0], args[1]);
- break;
- case _util.OPS.setFont:
- this.setFont(args);
- break;
- case _util.OPS.showText:
- this.showText(args[0]);
- break;
- case _util.OPS.showSpacedText:
- this.showText(args[0]);
- break;
- case _util.OPS.endText:
- this.endText();
- break;
- case _util.OPS.moveText:
- this.moveText(args[0], args[1]);
- break;
- case _util.OPS.setCharSpacing:
- this.setCharSpacing(args[0]);
- break;
- case _util.OPS.setWordSpacing:
- this.setWordSpacing(args[0]);
- break;
- case _util.OPS.setHScale:
- this.setHScale(args[0]);
- break;
- case _util.OPS.setTextMatrix:
- this.setTextMatrix(args[0], args[1], args[2], args[3], args[4], args[5]);
- break;
- case _util.OPS.setTextRise:
- this.setTextRise(args[0]);
- break;
- case _util.OPS.setTextRenderingMode:
- this.setTextRenderingMode(args[0]);
- break;
- case _util.OPS.setLineWidth:
- this.setLineWidth(args[0]);
- break;
- case _util.OPS.setLineJoin:
- this.setLineJoin(args[0]);
- break;
- case _util.OPS.setLineCap:
- this.setLineCap(args[0]);
- break;
- case _util.OPS.setMiterLimit:
- this.setMiterLimit(args[0]);
- break;
- case _util.OPS.setFillRGBColor:
- this.setFillRGBColor(args[0], args[1], args[2]);
- break;
- case _util.OPS.setStrokeRGBColor:
- this.setStrokeRGBColor(args[0], args[1], args[2]);
- break;
- case _util.OPS.setStrokeColorN:
- this.setStrokeColorN(args);
- break;
- case _util.OPS.setFillColorN:
- this.setFillColorN(args);
- break;
- case _util.OPS.shadingFill:
- this.shadingFill(args[0]);
- break;
- case _util.OPS.setDash:
- this.setDash(args[0], args[1]);
- break;
- case _util.OPS.setRenderingIntent:
- this.setRenderingIntent(args[0]);
- break;
- case _util.OPS.setFlatness:
- this.setFlatness(args[0]);
- break;
- case _util.OPS.setGState:
- this.setGState(args[0]);
- break;
- case _util.OPS.fill:
- this.fill();
- break;
- case _util.OPS.eoFill:
- this.eoFill();
- break;
- case _util.OPS.stroke:
- this.stroke();
- break;
- case _util.OPS.fillStroke:
- this.fillStroke();
- break;
- case _util.OPS.eoFillStroke:
- this.eoFillStroke();
- break;
- case _util.OPS.clip:
- this.clip("nonzero");
- break;
- case _util.OPS.eoClip:
- this.clip("evenodd");
- break;
- case _util.OPS.paintSolidColorImageMask:
- this.paintSolidColorImageMask();
- break;
- case _util.OPS.paintImageXObject:
- this.paintImageXObject(args[0]);
- break;
- case _util.OPS.paintInlineImageXObject:
- this.paintInlineImageXObject(args[0]);
- break;
- case _util.OPS.paintImageMaskXObject:
- this.paintImageMaskXObject(args[0]);
- break;
- case _util.OPS.paintFormXObjectBegin:
- this.paintFormXObjectBegin(args[0], args[1]);
- break;
- case _util.OPS.paintFormXObjectEnd:
- this.paintFormXObjectEnd();
- break;
- case _util.OPS.closePath:
- this.closePath();
- break;
- case _util.OPS.closeStroke:
- this.closeStroke();
- break;
- case _util.OPS.closeFillStroke:
- this.closeFillStroke();
- break;
- case _util.OPS.closeEOFillStroke:
- this.closeEOFillStroke();
- break;
- case _util.OPS.nextLine:
- this.nextLine();
- break;
- case _util.OPS.transform:
- this.transform(args[0], args[1], args[2], args[3], args[4], args[5]);
- break;
- case _util.OPS.constructPath:
- this.constructPath(args[0], args[1]);
- break;
- case _util.OPS.endPath:
- this.endPath();
- break;
- case 92:
- this.group(opTreeElement.items);
- break;
- default:
- (0, _util.warn)(`Unimplemented operator ${fn}`);
- break;
- }
- }
- }
- setWordSpacing(wordSpacing) {
- this.current.wordSpacing = wordSpacing;
- }
- setCharSpacing(charSpacing) {
- this.current.charSpacing = charSpacing;
- }
- nextLine() {
- this.moveText(0, this.current.leading);
- }
- setTextMatrix(a, b, c, d, e, f) {
- const current = this.current;
- current.textMatrix = current.lineMatrix = [a, b, c, d, e, f];
- current.textMatrixScale = Math.hypot(a, b);
- current.x = current.lineX = 0;
- current.y = current.lineY = 0;
- current.xcoords = [];
- current.ycoords = [];
- current.tspan = this.svgFactory.createElement("svg:tspan");
- current.tspan.setAttributeNS(null, "font-family", current.fontFamily);
- current.tspan.setAttributeNS(null, "font-size", `${pf(current.fontSize)}px`);
- current.tspan.setAttributeNS(null, "y", pf(-current.y));
- current.txtElement = this.svgFactory.createElement("svg:text");
- current.txtElement.appendChild(current.tspan);
- }
- beginText() {
- const current = this.current;
- current.x = current.lineX = 0;
- current.y = current.lineY = 0;
- current.textMatrix = _util.IDENTITY_MATRIX;
- current.lineMatrix = _util.IDENTITY_MATRIX;
- current.textMatrixScale = 1;
- current.tspan = this.svgFactory.createElement("svg:tspan");
- current.txtElement = this.svgFactory.createElement("svg:text");
- current.txtgrp = this.svgFactory.createElement("svg:g");
- current.xcoords = [];
- current.ycoords = [];
- }
- moveText(x, y) {
- const current = this.current;
- current.x = current.lineX += x;
- current.y = current.lineY += y;
- current.xcoords = [];
- current.ycoords = [];
- current.tspan = this.svgFactory.createElement("svg:tspan");
- current.tspan.setAttributeNS(null, "font-family", current.fontFamily);
- current.tspan.setAttributeNS(null, "font-size", `${pf(current.fontSize)}px`);
- current.tspan.setAttributeNS(null, "y", pf(-current.y));
- }
- showText(glyphs) {
- const current = this.current;
- const font = current.font;
- const fontSize = current.fontSize;
- if (fontSize === 0) {
- return;
- }
- const fontSizeScale = current.fontSizeScale;
- const charSpacing = current.charSpacing;
- const wordSpacing = current.wordSpacing;
- const fontDirection = current.fontDirection;
- const textHScale = current.textHScale * fontDirection;
- const vertical = font.vertical;
- const spacingDir = vertical ? 1 : -1;
- const defaultVMetrics = font.defaultVMetrics;
- const widthAdvanceScale = fontSize * current.fontMatrix[0];
- let x = 0;
- for (const glyph of glyphs) {
- if (glyph === null) {
- x += fontDirection * wordSpacing;
- continue;
- } else if ((0, _util.isNum)(glyph)) {
- x += spacingDir * glyph * fontSize / 1000;
- continue;
- }
- const spacing = (glyph.isSpace ? wordSpacing : 0) + charSpacing;
- const character = glyph.fontChar;
- let scaledX, scaledY;
- let width = glyph.width;
- if (vertical) {
- let vx;
- const vmetric = glyph.vmetric || defaultVMetrics;
- vx = glyph.vmetric ? vmetric[1] : width * 0.5;
- vx = -vx * widthAdvanceScale;
- const vy = vmetric[2] * widthAdvanceScale;
- width = vmetric ? -vmetric[0] : width;
- scaledX = vx / fontSizeScale;
- scaledY = (x + vy) / fontSizeScale;
- } else {
- scaledX = x / fontSizeScale;
- scaledY = 0;
- }
- if (glyph.isInFont || font.missingFile) {
- current.xcoords.push(current.x + scaledX);
- if (vertical) {
- current.ycoords.push(-current.y + scaledY);
- }
- current.tspan.textContent += character;
- } else {}
- let charWidth;
- if (vertical) {
- charWidth = width * widthAdvanceScale - spacing * fontDirection;
- } else {
- charWidth = width * widthAdvanceScale + spacing * fontDirection;
- }
- x += charWidth;
- }
- current.tspan.setAttributeNS(null, "x", current.xcoords.map(pf).join(" "));
- if (vertical) {
- current.tspan.setAttributeNS(null, "y", current.ycoords.map(pf).join(" "));
- } else {
- current.tspan.setAttributeNS(null, "y", pf(-current.y));
- }
- if (vertical) {
- current.y -= x;
- } else {
- current.x += x * textHScale;
- }
- current.tspan.setAttributeNS(null, "font-family", current.fontFamily);
- current.tspan.setAttributeNS(null, "font-size", `${pf(current.fontSize)}px`);
- if (current.fontStyle !== SVG_DEFAULTS.fontStyle) {
- current.tspan.setAttributeNS(null, "font-style", current.fontStyle);
- }
- if (current.fontWeight !== SVG_DEFAULTS.fontWeight) {
- current.tspan.setAttributeNS(null, "font-weight", current.fontWeight);
- }
- const fillStrokeMode = current.textRenderingMode & _util.TextRenderingMode.FILL_STROKE_MASK;
- if (fillStrokeMode === _util.TextRenderingMode.FILL || fillStrokeMode === _util.TextRenderingMode.FILL_STROKE) {
- if (current.fillColor !== SVG_DEFAULTS.fillColor) {
- current.tspan.setAttributeNS(null, "fill", current.fillColor);
- }
- if (current.fillAlpha < 1) {
- current.tspan.setAttributeNS(null, "fill-opacity", current.fillAlpha);
- }
- } else if (current.textRenderingMode === _util.TextRenderingMode.ADD_TO_PATH) {
- current.tspan.setAttributeNS(null, "fill", "transparent");
- } else {
- current.tspan.setAttributeNS(null, "fill", "none");
- }
- if (fillStrokeMode === _util.TextRenderingMode.STROKE || fillStrokeMode === _util.TextRenderingMode.FILL_STROKE) {
- const lineWidthScale = 1 / (current.textMatrixScale || 1);
- this._setStrokeAttributes(current.tspan, lineWidthScale);
- }
- let textMatrix = current.textMatrix;
- if (current.textRise !== 0) {
- textMatrix = textMatrix.slice();
- textMatrix[5] += current.textRise;
- }
- current.txtElement.setAttributeNS(null, "transform", `${pm(textMatrix)} scale(${pf(textHScale)}, -1)`);
- current.txtElement.setAttributeNS(XML_NS, "xml:space", "preserve");
- current.txtElement.appendChild(current.tspan);
- current.txtgrp.appendChild(current.txtElement);
- this._ensureTransformGroup().appendChild(current.txtElement);
- }
- setLeadingMoveText(x, y) {
- this.setLeading(-y);
- this.moveText(x, y);
- }
- addFontStyle(fontObj) {
- if (!fontObj.data) {
- throw new Error("addFontStyle: No font data available, " + 'ensure that the "fontExtraProperties" API parameter is set.');
- }
- if (!this.cssStyle) {
- this.cssStyle = this.svgFactory.createElement("svg:style");
- this.cssStyle.setAttributeNS(null, "type", "text/css");
- this.defs.appendChild(this.cssStyle);
- }
- const url = (0, _util.createObjectURL)(fontObj.data, fontObj.mimetype, this.forceDataSchema);
- this.cssStyle.textContent += `@font-face { font-family: "${fontObj.loadedName}";` + ` src: url(${url}); }\n`;
- }
- setFont(details) {
- const current = this.current;
- const fontObj = this.commonObjs.get(details[0]);
- let size = details[1];
- current.font = fontObj;
- if (this.embedFonts && !fontObj.missingFile && !this.embeddedFonts[fontObj.loadedName]) {
- this.addFontStyle(fontObj);
- this.embeddedFonts[fontObj.loadedName] = fontObj;
- }
- current.fontMatrix = fontObj.fontMatrix || _util.FONT_IDENTITY_MATRIX;
- let bold = "normal";
- if (fontObj.black) {
- bold = "900";
- } else if (fontObj.bold) {
- bold = "bold";
- }
- const italic = fontObj.italic ? "italic" : "normal";
- if (size < 0) {
- size = -size;
- current.fontDirection = -1;
- } else {
- current.fontDirection = 1;
- }
- current.fontSize = size;
- current.fontFamily = fontObj.loadedName;
- current.fontWeight = bold;
- current.fontStyle = italic;
- current.tspan = this.svgFactory.createElement("svg:tspan");
- current.tspan.setAttributeNS(null, "y", pf(-current.y));
- current.xcoords = [];
- current.ycoords = [];
- }
- endText() {
- const current = this.current;
- if (current.textRenderingMode & _util.TextRenderingMode.ADD_TO_PATH_FLAG && current.txtElement?.hasChildNodes()) {
- current.element = current.txtElement;
- this.clip("nonzero");
- this.endPath();
- }
- }
- setLineWidth(width) {
- if (width > 0) {
- this.current.lineWidth = width;
- }
- }
- setLineCap(style) {
- this.current.lineCap = LINE_CAP_STYLES[style];
- }
- setLineJoin(style) {
- this.current.lineJoin = LINE_JOIN_STYLES[style];
- }
- setMiterLimit(limit) {
- this.current.miterLimit = limit;
- }
- setStrokeAlpha(strokeAlpha) {
- this.current.strokeAlpha = strokeAlpha;
- }
- setStrokeRGBColor(r, g, b) {
- this.current.strokeColor = _util.Util.makeHexColor(r, g, b);
- }
- setFillAlpha(fillAlpha) {
- this.current.fillAlpha = fillAlpha;
- }
- setFillRGBColor(r, g, b) {
- this.current.fillColor = _util.Util.makeHexColor(r, g, b);
- this.current.tspan = this.svgFactory.createElement("svg:tspan");
- this.current.xcoords = [];
- this.current.ycoords = [];
- }
- setStrokeColorN(args) {
- this.current.strokeColor = this._makeColorN_Pattern(args);
- }
- setFillColorN(args) {
- this.current.fillColor = this._makeColorN_Pattern(args);
- }
- shadingFill(args) {
- const width = this.viewport.width;
- const height = this.viewport.height;
- const inv = _util.Util.inverseTransform(this.transformMatrix);
- const bl = _util.Util.applyTransform([0, 0], inv);
- const br = _util.Util.applyTransform([0, height], inv);
- const ul = _util.Util.applyTransform([width, 0], inv);
- const ur = _util.Util.applyTransform([width, height], inv);
- const x0 = Math.min(bl[0], br[0], ul[0], ur[0]);
- const y0 = Math.min(bl[1], br[1], ul[1], ur[1]);
- const x1 = Math.max(bl[0], br[0], ul[0], ur[0]);
- const y1 = Math.max(bl[1], br[1], ul[1], ur[1]);
- const rect = this.svgFactory.createElement("svg:rect");
- rect.setAttributeNS(null, "x", x0);
- rect.setAttributeNS(null, "y", y0);
- rect.setAttributeNS(null, "width", x1 - x0);
- rect.setAttributeNS(null, "height", y1 - y0);
- rect.setAttributeNS(null, "fill", this._makeShadingPattern(args));
- if (this.current.fillAlpha < 1) {
- rect.setAttributeNS(null, "fill-opacity", this.current.fillAlpha);
- }
- this._ensureTransformGroup().appendChild(rect);
- }
- _makeColorN_Pattern(args) {
- if (args[0] === "TilingPattern") {
- return this._makeTilingPattern(args);
- }
- return this._makeShadingPattern(args);
- }
- _makeTilingPattern(args) {
- const color = args[1];
- const operatorList = args[2];
- const matrix = args[3] || _util.IDENTITY_MATRIX;
- const [x0, y0, x1, y1] = args[4];
- const xstep = args[5];
- const ystep = args[6];
- const paintType = args[7];
- const tilingId = `shading${shadingCount++}`;
- const [tx0, ty0, tx1, ty1] = _util.Util.normalizeRect([..._util.Util.applyTransform([x0, y0], matrix), ..._util.Util.applyTransform([x1, y1], matrix)]);
- const [xscale, yscale] = _util.Util.singularValueDecompose2dScale(matrix);
- const txstep = xstep * xscale;
- const tystep = ystep * yscale;
- const tiling = this.svgFactory.createElement("svg:pattern");
- tiling.setAttributeNS(null, "id", tilingId);
- tiling.setAttributeNS(null, "patternUnits", "userSpaceOnUse");
- tiling.setAttributeNS(null, "width", txstep);
- tiling.setAttributeNS(null, "height", tystep);
- tiling.setAttributeNS(null, "x", `${tx0}`);
- tiling.setAttributeNS(null, "y", `${ty0}`);
- const svg = this.svg;
- const transformMatrix = this.transformMatrix;
- const fillColor = this.current.fillColor;
- const strokeColor = this.current.strokeColor;
- const bbox = this.svgFactory.create(tx1 - tx0, ty1 - ty0);
- this.svg = bbox;
- this.transformMatrix = matrix;
- if (paintType === 2) {
- const cssColor = _util.Util.makeHexColor(...color);
- this.current.fillColor = cssColor;
- this.current.strokeColor = cssColor;
- }
- this.executeOpTree(this.convertOpList(operatorList));
- this.svg = svg;
- this.transformMatrix = transformMatrix;
- this.current.fillColor = fillColor;
- this.current.strokeColor = strokeColor;
- tiling.appendChild(bbox.childNodes[0]);
- this.defs.appendChild(tiling);
- return `url(#${tilingId})`;
- }
- _makeShadingPattern(args) {
- switch (args[0]) {
- case "RadialAxial":
- const shadingId = `shading${shadingCount++}`;
- const colorStops = args[3];
- let gradient;
- switch (args[1]) {
- case "axial":
- const point0 = args[4];
- const point1 = args[5];
- gradient = this.svgFactory.createElement("svg:linearGradient");
- gradient.setAttributeNS(null, "id", shadingId);
- gradient.setAttributeNS(null, "gradientUnits", "userSpaceOnUse");
- gradient.setAttributeNS(null, "x1", point0[0]);
- gradient.setAttributeNS(null, "y1", point0[1]);
- gradient.setAttributeNS(null, "x2", point1[0]);
- gradient.setAttributeNS(null, "y2", point1[1]);
- break;
- case "radial":
- const focalPoint = args[4];
- const circlePoint = args[5];
- const focalRadius = args[6];
- const circleRadius = args[7];
- gradient = this.svgFactory.createElement("svg:radialGradient");
- gradient.setAttributeNS(null, "id", shadingId);
- gradient.setAttributeNS(null, "gradientUnits", "userSpaceOnUse");
- gradient.setAttributeNS(null, "cx", circlePoint[0]);
- gradient.setAttributeNS(null, "cy", circlePoint[1]);
- gradient.setAttributeNS(null, "r", circleRadius);
- gradient.setAttributeNS(null, "fx", focalPoint[0]);
- gradient.setAttributeNS(null, "fy", focalPoint[1]);
- gradient.setAttributeNS(null, "fr", focalRadius);
- break;
- default:
- throw new Error(`Unknown RadialAxial type: ${args[1]}`);
- }
- for (const colorStop of colorStops) {
- const stop = this.svgFactory.createElement("svg:stop");
- stop.setAttributeNS(null, "offset", colorStop[0]);
- stop.setAttributeNS(null, "stop-color", colorStop[1]);
- gradient.appendChild(stop);
- }
- this.defs.appendChild(gradient);
- return `url(#${shadingId})`;
- case "Mesh":
- (0, _util.warn)("Unimplemented pattern Mesh");
- return null;
- case "Dummy":
- return "hotpink";
- default:
- throw new Error(`Unknown IR type: ${args[0]}`);
- }
- }
- setDash(dashArray, dashPhase) {
- this.current.dashArray = dashArray;
- this.current.dashPhase = dashPhase;
- }
- constructPath(ops, args) {
- const current = this.current;
- let x = current.x,
- y = current.y;
- let d = [];
- let j = 0;
- for (const op of ops) {
- switch (op | 0) {
- case _util.OPS.rectangle:
- x = args[j++];
- y = args[j++];
- const width = args[j++];
- const height = args[j++];
- const xw = x + width;
- const yh = y + height;
- d.push("M", pf(x), pf(y), "L", pf(xw), pf(y), "L", pf(xw), pf(yh), "L", pf(x), pf(yh), "Z");
- break;
- case _util.OPS.moveTo:
- x = args[j++];
- y = args[j++];
- d.push("M", pf(x), pf(y));
- break;
- case _util.OPS.lineTo:
- x = args[j++];
- y = args[j++];
- d.push("L", pf(x), pf(y));
- break;
- case _util.OPS.curveTo:
- x = args[j + 4];
- y = args[j + 5];
- d.push("C", pf(args[j]), pf(args[j + 1]), pf(args[j + 2]), pf(args[j + 3]), pf(x), pf(y));
- j += 6;
- break;
- case _util.OPS.curveTo2:
- d.push("C", pf(x), pf(y), pf(args[j]), pf(args[j + 1]), pf(args[j + 2]), pf(args[j + 3]));
- x = args[j + 2];
- y = args[j + 3];
- j += 4;
- break;
- case _util.OPS.curveTo3:
- x = args[j + 2];
- y = args[j + 3];
- d.push("C", pf(args[j]), pf(args[j + 1]), pf(x), pf(y), pf(x), pf(y));
- j += 4;
- break;
- case _util.OPS.closePath:
- d.push("Z");
- break;
- }
- }
- d = d.join(" ");
- if (current.path && ops.length > 0 && ops[0] !== _util.OPS.rectangle && ops[0] !== _util.OPS.moveTo) {
- d = current.path.getAttributeNS(null, "d") + d;
- } else {
- current.path = this.svgFactory.createElement("svg:path");
- this._ensureTransformGroup().appendChild(current.path);
- }
- current.path.setAttributeNS(null, "d", d);
- current.path.setAttributeNS(null, "fill", "none");
- current.element = current.path;
- current.setCurrentPoint(x, y);
- }
- endPath() {
- const current = this.current;
- current.path = null;
- if (!this.pendingClip) {
- return;
- }
- if (!current.element) {
- this.pendingClip = null;
- return;
- }
- const clipId = `clippath${clipCount++}`;
- const clipPath = this.svgFactory.createElement("svg:clipPath");
- clipPath.setAttributeNS(null, "id", clipId);
- clipPath.setAttributeNS(null, "transform", pm(this.transformMatrix));
- const clipElement = current.element.cloneNode(true);
- if (this.pendingClip === "evenodd") {
- clipElement.setAttributeNS(null, "clip-rule", "evenodd");
- } else {
- clipElement.setAttributeNS(null, "clip-rule", "nonzero");
- }
- this.pendingClip = null;
- clipPath.appendChild(clipElement);
- this.defs.appendChild(clipPath);
- if (current.activeClipUrl) {
- current.clipGroup = null;
- for (const prev of this.extraStack) {
- prev.clipGroup = null;
- }
- clipPath.setAttributeNS(null, "clip-path", current.activeClipUrl);
- }
- current.activeClipUrl = `url(#${clipId})`;
- this.tgrp = null;
- }
- clip(type) {
- this.pendingClip = type;
- }
- closePath() {
- const current = this.current;
- if (current.path) {
- const d = `${current.path.getAttributeNS(null, "d")}Z`;
- current.path.setAttributeNS(null, "d", d);
- }
- }
- setLeading(leading) {
- this.current.leading = -leading;
- }
- setTextRise(textRise) {
- this.current.textRise = textRise;
- }
- setTextRenderingMode(textRenderingMode) {
- this.current.textRenderingMode = textRenderingMode;
- }
- setHScale(scale) {
- this.current.textHScale = scale / 100;
- }
- setRenderingIntent(intent) {}
- setFlatness(flatness) {}
- setGState(states) {
- for (const [key, value] of states) {
- switch (key) {
- case "LW":
- this.setLineWidth(value);
- break;
- case "LC":
- this.setLineCap(value);
- break;
- case "LJ":
- this.setLineJoin(value);
- break;
- case "ML":
- this.setMiterLimit(value);
- break;
- case "D":
- this.setDash(value[0], value[1]);
- break;
- case "RI":
- this.setRenderingIntent(value);
- break;
- case "FL":
- this.setFlatness(value);
- break;
- case "Font":
- this.setFont(value);
- break;
- case "CA":
- this.setStrokeAlpha(value);
- break;
- case "ca":
- this.setFillAlpha(value);
- break;
- default:
- (0, _util.warn)(`Unimplemented graphic state operator ${key}`);
- break;
- }
- }
- }
- fill() {
- const current = this.current;
- if (current.element) {
- current.element.setAttributeNS(null, "fill", current.fillColor);
- current.element.setAttributeNS(null, "fill-opacity", current.fillAlpha);
- this.endPath();
- }
- }
- stroke() {
- const current = this.current;
- if (current.element) {
- this._setStrokeAttributes(current.element);
- current.element.setAttributeNS(null, "fill", "none");
- this.endPath();
- }
- }
- _setStrokeAttributes(element, lineWidthScale = 1) {
- const current = this.current;
- let dashArray = current.dashArray;
- if (lineWidthScale !== 1 && dashArray.length > 0) {
- dashArray = dashArray.map(function (value) {
- return lineWidthScale * value;
- });
- }
- element.setAttributeNS(null, "stroke", current.strokeColor);
- element.setAttributeNS(null, "stroke-opacity", current.strokeAlpha);
- element.setAttributeNS(null, "stroke-miterlimit", pf(current.miterLimit));
- element.setAttributeNS(null, "stroke-linecap", current.lineCap);
- element.setAttributeNS(null, "stroke-linejoin", current.lineJoin);
- element.setAttributeNS(null, "stroke-width", pf(lineWidthScale * current.lineWidth) + "px");
- element.setAttributeNS(null, "stroke-dasharray", dashArray.map(pf).join(" "));
- element.setAttributeNS(null, "stroke-dashoffset", pf(lineWidthScale * current.dashPhase) + "px");
- }
- eoFill() {
- if (this.current.element) {
- this.current.element.setAttributeNS(null, "fill-rule", "evenodd");
- }
- this.fill();
- }
- fillStroke() {
- this.stroke();
- this.fill();
- }
- eoFillStroke() {
- if (this.current.element) {
- this.current.element.setAttributeNS(null, "fill-rule", "evenodd");
- }
- this.fillStroke();
- }
- closeStroke() {
- this.closePath();
- this.stroke();
- }
- closeFillStroke() {
- this.closePath();
- this.fillStroke();
- }
- closeEOFillStroke() {
- this.closePath();
- this.eoFillStroke();
- }
- paintSolidColorImageMask() {
- const rect = this.svgFactory.createElement("svg:rect");
- rect.setAttributeNS(null, "x", "0");
- rect.setAttributeNS(null, "y", "0");
- rect.setAttributeNS(null, "width", "1px");
- rect.setAttributeNS(null, "height", "1px");
- rect.setAttributeNS(null, "fill", this.current.fillColor);
- this._ensureTransformGroup().appendChild(rect);
- }
- paintImageXObject(objId) {
- const imgData = objId.startsWith("g_") ? this.commonObjs.get(objId) : this.objs.get(objId);
- if (!imgData) {
- (0, _util.warn)(`Dependent image with object ID ${objId} is not ready yet`);
- return;
- }
- this.paintInlineImageXObject(imgData);
- }
- paintInlineImageXObject(imgData, mask) {
- const width = imgData.width;
- const height = imgData.height;
- const imgSrc = convertImgDataToPng(imgData, this.forceDataSchema, !!mask);
- const cliprect = this.svgFactory.createElement("svg:rect");
- cliprect.setAttributeNS(null, "x", "0");
- cliprect.setAttributeNS(null, "y", "0");
- cliprect.setAttributeNS(null, "width", pf(width));
- cliprect.setAttributeNS(null, "height", pf(height));
- this.current.element = cliprect;
- this.clip("nonzero");
- const imgEl = this.svgFactory.createElement("svg:image");
- imgEl.setAttributeNS(XLINK_NS, "xlink:href", imgSrc);
- imgEl.setAttributeNS(null, "x", "0");
- imgEl.setAttributeNS(null, "y", pf(-height));
- imgEl.setAttributeNS(null, "width", pf(width) + "px");
- imgEl.setAttributeNS(null, "height", pf(height) + "px");
- imgEl.setAttributeNS(null, "transform", `scale(${pf(1 / width)} ${pf(-1 / height)})`);
- if (mask) {
- mask.appendChild(imgEl);
- } else {
- this._ensureTransformGroup().appendChild(imgEl);
- }
- }
- paintImageMaskXObject(imgData) {
- const current = this.current;
- const width = imgData.width;
- const height = imgData.height;
- const fillColor = current.fillColor;
- current.maskId = `mask${maskCount++}`;
- const mask = this.svgFactory.createElement("svg:mask");
- mask.setAttributeNS(null, "id", current.maskId);
- const rect = this.svgFactory.createElement("svg:rect");
- rect.setAttributeNS(null, "x", "0");
- rect.setAttributeNS(null, "y", "0");
- rect.setAttributeNS(null, "width", pf(width));
- rect.setAttributeNS(null, "height", pf(height));
- rect.setAttributeNS(null, "fill", fillColor);
- rect.setAttributeNS(null, "mask", `url(#${current.maskId})`);
- this.defs.appendChild(mask);
- this._ensureTransformGroup().appendChild(rect);
- this.paintInlineImageXObject(imgData, mask);
- }
- paintFormXObjectBegin(matrix, bbox) {
- if (Array.isArray(matrix) && matrix.length === 6) {
- this.transform(matrix[0], matrix[1], matrix[2], matrix[3], matrix[4], matrix[5]);
- }
- if (bbox) {
- const width = bbox[2] - bbox[0];
- const height = bbox[3] - bbox[1];
- const cliprect = this.svgFactory.createElement("svg:rect");
- cliprect.setAttributeNS(null, "x", bbox[0]);
- cliprect.setAttributeNS(null, "y", bbox[1]);
- cliprect.setAttributeNS(null, "width", pf(width));
- cliprect.setAttributeNS(null, "height", pf(height));
- this.current.element = cliprect;
- this.clip("nonzero");
- this.endPath();
- }
- }
- paintFormXObjectEnd() {}
- _initialize(viewport) {
- const svg = this.svgFactory.create(viewport.width, viewport.height);
- const definitions = this.svgFactory.createElement("svg:defs");
- svg.appendChild(definitions);
- this.defs = definitions;
- const rootGroup = this.svgFactory.createElement("svg:g");
- rootGroup.setAttributeNS(null, "transform", pm(viewport.transform));
- svg.appendChild(rootGroup);
- this.svg = rootGroup;
- return svg;
- }
- _ensureClipGroup() {
- if (!this.current.clipGroup) {
- const clipGroup = this.svgFactory.createElement("svg:g");
- clipGroup.setAttributeNS(null, "clip-path", this.current.activeClipUrl);
- this.svg.appendChild(clipGroup);
- this.current.clipGroup = clipGroup;
- }
- return this.current.clipGroup;
- }
- _ensureTransformGroup() {
- if (!this.tgrp) {
- this.tgrp = this.svgFactory.createElement("svg:g");
- this.tgrp.setAttributeNS(null, "transform", pm(this.transformMatrix));
- if (this.current.activeClipUrl) {
- this._ensureClipGroup().appendChild(this.tgrp);
- } else {
- this.svg.appendChild(this.tgrp);
- }
- }
- return this.tgrp;
- }
- };
- }
|