@pixldocs/canvas-renderer 0.5.238 → 0.5.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-5DJXGPPs.cjs → index-BScjmXRG.cjs} +5 -5
- package/dist/{index-5DJXGPPs.cjs.map → index-BScjmXRG.cjs.map} +1 -1
- package/dist/{index-CTr4Fc8y.js → index-DSRobH-5.js} +5 -5
- package/dist/{index-CTr4Fc8y.js.map → index-DSRobH-5.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-CFbPBurt.cjs → vectorPdfExport-ChKqZ9Rs.cjs} +4 -4
- package/dist/{vectorPdfExport-CFbPBurt.cjs.map → vectorPdfExport-ChKqZ9Rs.cjs.map} +1 -1
- package/dist/{vectorPdfExport-BIPt7Ujn.js → vectorPdfExport-DydXa9jD.js} +4 -4
- package/dist/{vectorPdfExport-BIPt7Ujn.js.map → vectorPdfExport-DydXa9jD.js.map} +1 -1
- package/package.json +1 -1
|
@@ -21139,9 +21139,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
21139
21139
|
}
|
|
21140
21140
|
return svgString;
|
|
21141
21141
|
}
|
|
21142
|
-
const resolvedPackageVersion = "0.5.
|
|
21142
|
+
const resolvedPackageVersion = "0.5.239";
|
|
21143
21143
|
const PACKAGE_VERSION = resolvedPackageVersion;
|
|
21144
|
-
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.
|
|
21144
|
+
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.239";
|
|
21145
21145
|
const roundParityValue = (value) => {
|
|
21146
21146
|
if (typeof value !== "number") return value;
|
|
21147
21147
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -21888,7 +21888,7 @@ class PixldocsRenderer {
|
|
|
21888
21888
|
await this.waitForCanvasScene(container, cloned, i);
|
|
21889
21889
|
}
|
|
21890
21890
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
21891
|
-
const { exportMultiPagePdf, preparePagesForExport } = await Promise.resolve().then(() => require("./vectorPdfExport-
|
|
21891
|
+
const { exportMultiPagePdf, preparePagesForExport } = await Promise.resolve().then(() => require("./vectorPdfExport-ChKqZ9Rs.cjs"));
|
|
21892
21892
|
const prepared = preparePagesForExport(
|
|
21893
21893
|
cloned.pages,
|
|
21894
21894
|
canvasWidth,
|
|
@@ -24208,7 +24208,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
24208
24208
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
24209
24209
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
24210
24210
|
try {
|
|
24211
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await Promise.resolve().then(() => require("./vectorPdfExport-
|
|
24211
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await Promise.resolve().then(() => require("./vectorPdfExport-ChKqZ9Rs.cjs"));
|
|
24212
24212
|
try {
|
|
24213
24213
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
24214
24214
|
} catch {
|
|
@@ -24605,4 +24605,4 @@ exports.setAutoShrinkDebug = setAutoShrinkDebug;
|
|
|
24605
24605
|
exports.setBundledAssetPrefixes = setBundledAssetPrefixes;
|
|
24606
24606
|
exports.warmResolvedTemplateForPreview = warmResolvedTemplateForPreview;
|
|
24607
24607
|
exports.warmTemplateFromForm = warmTemplateFromForm;
|
|
24608
|
-
//# sourceMappingURL=index-
|
|
24608
|
+
//# sourceMappingURL=index-BScjmXRG.cjs.map
|