@pixldocs/canvas-renderer 0.5.177 → 0.5.178
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-CF9NOy22.cjs → index-DTcFAvP2.cjs} +5 -5
- package/dist/{index-CF9NOy22.cjs.map → index-DTcFAvP2.cjs.map} +1 -1
- package/dist/{index-Db_mrNdt.js → index-Dj7Bs3EZ.js} +5 -5
- package/dist/{index-Db_mrNdt.js.map → index-Dj7Bs3EZ.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-CvOixt-O.js → vectorPdfExport-3KWX0dvS.js} +4 -4
- package/dist/{vectorPdfExport-CvOixt-O.js.map → vectorPdfExport-3KWX0dvS.js.map} +1 -1
- package/dist/{vectorPdfExport-ztZqqhey.cjs → vectorPdfExport-Qffqnh7w.cjs} +4 -4
- package/dist/{vectorPdfExport-ztZqqhey.cjs.map → vectorPdfExport-Qffqnh7w.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -16342,9 +16342,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
16342
16342
|
}
|
|
16343
16343
|
return svgString;
|
|
16344
16344
|
}
|
|
16345
|
-
const resolvedPackageVersion = "0.5.
|
|
16345
|
+
const resolvedPackageVersion = "0.5.178";
|
|
16346
16346
|
const PACKAGE_VERSION = resolvedPackageVersion;
|
|
16347
|
-
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.
|
|
16347
|
+
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.178";
|
|
16348
16348
|
const roundParityValue = (value) => {
|
|
16349
16349
|
if (typeof value !== "number") return value;
|
|
16350
16350
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -16846,7 +16846,7 @@ class PixldocsRenderer {
|
|
|
16846
16846
|
await this.waitForCanvasScene(container, cloned, i);
|
|
16847
16847
|
}
|
|
16848
16848
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
16849
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
16849
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-3KWX0dvS.js");
|
|
16850
16850
|
const prepared = preparePagesForExport(
|
|
16851
16851
|
cloned.pages,
|
|
16852
16852
|
canvasWidth,
|
|
@@ -18987,7 +18987,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
18987
18987
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
18988
18988
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
18989
18989
|
try {
|
|
18990
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-
|
|
18990
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-3KWX0dvS.js");
|
|
18991
18991
|
try {
|
|
18992
18992
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
18993
18993
|
} catch {
|
|
@@ -19383,4 +19383,4 @@ export {
|
|
|
19383
19383
|
collectFontDescriptorsFromConfig as y,
|
|
19384
19384
|
collectFontsFromConfig as z
|
|
19385
19385
|
};
|
|
19386
|
-
//# sourceMappingURL=index-
|
|
19386
|
+
//# sourceMappingURL=index-Dj7Bs3EZ.js.map
|