@pixldocs/canvas-renderer 0.5.470 → 0.5.471
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-M7J0Ghjm.cjs → index-Bj897CTu.cjs} +5 -5
- package/dist/{index-M7J0Ghjm.cjs.map → index-Bj897CTu.cjs.map} +1 -1
- package/dist/{index-DqhyGc11.js → index-wRgUBq43.js} +5 -5
- package/dist/{index-DqhyGc11.js.map → index-wRgUBq43.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-CV7d-_nM.js → vectorPdfExport-CAlKABzs.js} +4 -4
- package/dist/{vectorPdfExport-CV7d-_nM.js.map → vectorPdfExport-CAlKABzs.js.map} +1 -1
- package/dist/{vectorPdfExport-CimJkQAX.cjs → vectorPdfExport-CWW54LRg.cjs} +4 -4
- package/dist/{vectorPdfExport-CimJkQAX.cjs.map → vectorPdfExport-CWW54LRg.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -26308,9 +26308,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
26308
26308
|
}
|
|
26309
26309
|
return svgString;
|
|
26310
26310
|
}
|
|
26311
|
-
const resolvedPackageVersion = "0.5.
|
|
26311
|
+
const resolvedPackageVersion = "0.5.471";
|
|
26312
26312
|
const PACKAGE_VERSION = resolvedPackageVersion;
|
|
26313
|
-
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.
|
|
26313
|
+
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.471";
|
|
26314
26314
|
const roundParityValue = (value) => {
|
|
26315
26315
|
if (typeof value !== "number") return value;
|
|
26316
26316
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -27124,7 +27124,7 @@ class PixldocsRenderer {
|
|
|
27124
27124
|
await this.waitForCanvasScene(container, cloned, i);
|
|
27125
27125
|
}
|
|
27126
27126
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
27127
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
27127
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-CAlKABzs.js");
|
|
27128
27128
|
const prepared = preparePagesForExport(
|
|
27129
27129
|
cloned.pages,
|
|
27130
27130
|
canvasWidth,
|
|
@@ -29444,7 +29444,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
29444
29444
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
29445
29445
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
29446
29446
|
try {
|
|
29447
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-
|
|
29447
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-CAlKABzs.js");
|
|
29448
29448
|
try {
|
|
29449
29449
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
29450
29450
|
} catch {
|
|
@@ -29761,4 +29761,4 @@ export {
|
|
|
29761
29761
|
buildTeaserBlurFlatKeys as y,
|
|
29762
29762
|
collectFontDescriptorsFromConfig as z
|
|
29763
29763
|
};
|
|
29764
|
-
//# sourceMappingURL=index-
|
|
29764
|
+
//# sourceMappingURL=index-wRgUBq43.js.map
|