@pixldocs/canvas-renderer 0.5.238 → 0.5.239
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-5DJXGPPs.cjs → index-BScjmXRG.cjs} +5 -5
- package/dist/{index-5DJXGPPs.cjs.map → index-BScjmXRG.cjs.map} +1 -1
- package/dist/{index-CTr4Fc8y.js → index-DSRobH-5.js} +5 -5
- package/dist/{index-CTr4Fc8y.js.map → index-DSRobH-5.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-CFbPBurt.cjs → vectorPdfExport-ChKqZ9Rs.cjs} +4 -4
- package/dist/{vectorPdfExport-CFbPBurt.cjs.map → vectorPdfExport-ChKqZ9Rs.cjs.map} +1 -1
- package/dist/{vectorPdfExport-BIPt7Ujn.js → vectorPdfExport-DydXa9jD.js} +4 -4
- package/dist/{vectorPdfExport-BIPt7Ujn.js.map → vectorPdfExport-DydXa9jD.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.239";
|
|
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.239";
|
|
21127
21127
|
const roundParityValue = (value) => {
|
|
21128
21128
|
if (typeof value !== "number") return value;
|
|
21129
21129
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -21870,7 +21870,7 @@ class PixldocsRenderer {
|
|
|
21870
21870
|
await this.waitForCanvasScene(container, cloned, i);
|
|
21871
21871
|
}
|
|
21872
21872
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
21873
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
21873
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-DydXa9jD.js");
|
|
21874
21874
|
const prepared = preparePagesForExport(
|
|
21875
21875
|
cloned.pages,
|
|
21876
21876
|
canvasWidth,
|
|
@@ -24190,7 +24190,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
|
|
|
24190
24190
|
if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
|
|
24191
24191
|
sanitizeSvgTreeForPdf(svgToDraw);
|
|
24192
24192
|
try {
|
|
24193
|
-
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-
|
|
24193
|
+
const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-DydXa9jD.js");
|
|
24194
24194
|
try {
|
|
24195
24195
|
await logTextMeasurementDiagnostic(svgToDraw);
|
|
24196
24196
|
} catch {
|
|
@@ -24590,4 +24590,4 @@ export {
|
|
|
24590
24590
|
buildTeaserBlurFlatKeys as y,
|
|
24591
24591
|
collectFontDescriptorsFromConfig as z
|
|
24592
24592
|
};
|
|
24593
|
-
//# sourceMappingURL=index-
|
|
24593
|
+
//# sourceMappingURL=index-DSRobH-5.js.map
|