@pixldocs/canvas-renderer 0.5.476 → 0.5.477
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-NvHV65YD.cjs → index-CgUTQx0-.cjs} +5 -5
- package/dist/{index-NvHV65YD.cjs.map → index-CgUTQx0-.cjs.map} +1 -1
- package/dist/{index-DdWNxAHH.js → index-Dai-wVF0.js} +5 -5
- package/dist/{index-DdWNxAHH.js.map → index-Dai-wVF0.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-z8aNYx-V.cjs → vectorPdfExport-CNpb3Wvc.cjs} +4 -4
- package/dist/{vectorPdfExport-z8aNYx-V.cjs.map → vectorPdfExport-CNpb3Wvc.cjs.map} +1 -1
- package/dist/{vectorPdfExport-hxP9CjSA.js → vectorPdfExport-RNk382Wq.js} +4 -4
- package/dist/{vectorPdfExport-hxP9CjSA.js.map → vectorPdfExport-RNk382Wq.js.map} +1 -1
- package/package.json +1 -1
|
@@ -26354,9 +26354,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
26354
26354
|
}
|
|
26355
26355
|
return svgString;
|
|
26356
26356
|
}
|
|
26357
|
-
const resolvedPackageVersion = "0.5.
|
|
26357
|
+
const resolvedPackageVersion = "0.5.477";
|
|
26358
26358
|
const PACKAGE_VERSION = resolvedPackageVersion;
|
|
26359
|
-
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.
|
|
26359
|
+
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.477";
|
|
26360
26360
|
const roundParityValue = (value) => {
|
|
26361
26361
|
if (typeof value !== "number") return value;
|
|
26362
26362
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -27170,7 +27170,7 @@ class PixldocsRenderer {
|
|
|
27170
27170
|
await this.waitForCanvasScene(container, cloned, i);
|
|
27171
27171
|
}
|
|
27172
27172
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
27173
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
27173
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-RNk382Wq.js");
|
|
27174
27174
|
const prepared = preparePagesForExport(
|
|
27175
27175
|
cloned.pages,
|
|
27176
27176
|
canvasWidth,
|
|
@@ -29490,7 +29490,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
29490
29490
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
29491
29491
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
29492
29492
|
try {
|
|
29493
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-
|
|
29493
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-RNk382Wq.js");
|
|
29494
29494
|
try {
|
|
29495
29495
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
29496
29496
|
} catch {
|
|
@@ -29807,4 +29807,4 @@ export {
|
|
|
29807
29807
|
buildTeaserBlurFlatKeys as y,
|
|
29808
29808
|
collectFontDescriptorsFromConfig as z
|
|
29809
29809
|
};
|
|
29810
|
-
//# sourceMappingURL=index-
|
|
29810
|
+
//# sourceMappingURL=index-Dai-wVF0.js.map
|