@pixldocs/canvas-renderer 0.5.236 → 0.5.237
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-BkWGXF6c.js → index-DHRpTjzC.js} +5 -5
- package/dist/{index-BkWGXF6c.js.map → index-DHRpTjzC.js.map} +1 -1
- package/dist/{index-D5oENivp.cjs → index-DsJJCVHm.cjs} +5 -5
- package/dist/{index-D5oENivp.cjs.map → index-DsJJCVHm.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-D90JQKe8.cjs → vectorPdfExport-BedUEU2U.cjs} +4 -4
- package/dist/{vectorPdfExport-D90JQKe8.cjs.map → vectorPdfExport-BedUEU2U.cjs.map} +1 -1
- package/dist/{vectorPdfExport-Dd-jyAAk.js → vectorPdfExport-CgEH8Ggz.js} +4 -4
- package/dist/{vectorPdfExport-Dd-jyAAk.js.map → vectorPdfExport-CgEH8Ggz.js.map} +1 -1
- package/package.json +1 -1
|
@@ -21121,9 +21121,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
21121
21121
|
}
|
|
21122
21122
|
return svgString;
|
|
21123
21123
|
}
|
|
21124
|
-
const resolvedPackageVersion = "0.5.
|
|
21124
|
+
const resolvedPackageVersion = "0.5.237";
|
|
21125
21125
|
const PACKAGE_VERSION = resolvedPackageVersion;
|
|
21126
|
-
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.
|
|
21126
|
+
const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.237";
|
|
21127
21127
|
const roundParityValue = (value) => {
|
|
21128
21128
|
if (typeof value !== "number") return value;
|
|
21129
21129
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -21867,7 +21867,7 @@ class PixldocsRenderer {
|
|
|
21867
21867
|
await this.waitForCanvasScene(container, cloned, i);
|
|
21868
21868
|
}
|
|
21869
21869
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
21870
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
21870
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-CgEH8Ggz.js");
|
|
21871
21871
|
const prepared = preparePagesForExport(
|
|
21872
21872
|
cloned.pages,
|
|
21873
21873
|
canvasWidth,
|
|
@@ -24187,7 +24187,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
24187
24187
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
24188
24188
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
24189
24189
|
try {
|
|
24190
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-
|
|
24190
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-CgEH8Ggz.js");
|
|
24191
24191
|
try {
|
|
24192
24192
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
24193
24193
|
} catch {
|
|
@@ -24587,4 +24587,4 @@ export {
|
|
|
24587
24587
|
buildTeaserBlurFlatKeys as y,
|
|
24588
24588
|
collectFontDescriptorsFromConfig as z
|
|
24589
24589
|
};
|
|
24590
|
-
//# sourceMappingURL=index-
|
|
24590
|
+
//# sourceMappingURL=index-DHRpTjzC.js.map
|