@pixldocs/canvas-renderer 0.5.156 → 0.5.157
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-DhIDZFPx.cjs → index-NR05ndTM.cjs} +5 -5
- package/dist/{index-DhIDZFPx.cjs.map → index-NR05ndTM.cjs.map} +1 -1
- package/dist/{index-DJQnrBbh.js → index-xn-L7QHB.js} +5 -5
- package/dist/{index-DJQnrBbh.js.map → index-xn-L7QHB.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-BbKisSsi.cjs → vectorPdfExport-CTktki-M.cjs} +15 -5
- package/dist/vectorPdfExport-CTktki-M.cjs.map +1 -0
- package/dist/{vectorPdfExport-DSTA9YWG.js → vectorPdfExport-CZyyQbwm.js} +15 -5
- package/dist/vectorPdfExport-CZyyQbwm.js.map +1 -0
- package/package.json +1 -1
- package/dist/vectorPdfExport-BbKisSsi.cjs.map +0 -1
- package/dist/vectorPdfExport-DSTA9YWG.js.map +0 -1
|
@@ -16058,9 +16058,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
16058
16058
|
}
|
|
16059
16059
|
return svgString;
|
|
16060
16060
|
}
|
|
16061
|
-
const resolvedPackageVersion = "0.5.
|
|
16061
|
+
const resolvedPackageVersion = "0.5.157";
|
|
16062
16062
|
const PACKAGE_VERSION = resolvedPackageVersion;
|
|
16063
|
-
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.
|
|
16063
|
+
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.157";
|
|
16064
16064
|
const roundParityValue = (value) => {
|
|
16065
16065
|
if (typeof value !== "number") return value;
|
|
16066
16066
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -16495,7 +16495,7 @@ class PixldocsRenderer {
|
|
|
16495
16495
|
await this.waitForCanvasScene(container, cloned, i);
|
|
16496
16496
|
}
|
|
16497
16497
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
16498
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
16498
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-CZyyQbwm.js");
|
|
16499
16499
|
const prepared = preparePagesForExport(
|
|
16500
16500
|
cloned.pages,
|
|
16501
16501
|
canvasWidth,
|
|
@@ -18597,7 +18597,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
18597
18597
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
18598
18598
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
18599
18599
|
try {
|
|
18600
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-
|
|
18600
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-CZyyQbwm.js");
|
|
18601
18601
|
try {
|
|
18602
18602
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
18603
18603
|
} catch {
|
|
@@ -18947,4 +18947,4 @@ export {
|
|
|
18947
18947
|
collectFontDescriptorsFromConfig as y,
|
|
18948
18948
|
collectFontsFromConfig as z
|
|
18949
18949
|
};
|
|
18950
|
-
//# sourceMappingURL=index-
|
|
18950
|
+
//# sourceMappingURL=index-xn-L7QHB.js.map
|