@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.
@@ -21121,9 +21121,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
21121
21121
  }
21122
21122
  return svgString;
21123
21123
  }
21124
- const resolvedPackageVersion = "0.5.238";
21124
+ const resolvedPackageVersion = "0.5.239";
21125
21125
  const PACKAGE_VERSION = resolvedPackageVersion;
21126
- const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.238";
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-BIPt7Ujn.js");
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-BIPt7Ujn.js");
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-CTr4Fc8y.js.map
24593
+ //# sourceMappingURL=index-DSRobH-5.js.map