@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.
@@ -21139,9 +21139,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
21139
21139
  }
21140
21140
  return svgString;
21141
21141
  }
21142
- const resolvedPackageVersion = "0.5.238";
21142
+ const resolvedPackageVersion = "0.5.239";
21143
21143
  const PACKAGE_VERSION = resolvedPackageVersion;
21144
- const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.238";
21144
+ const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.239";
21145
21145
  const roundParityValue = (value) => {
21146
21146
  if (typeof value !== "number") return value;
21147
21147
  return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
@@ -21888,7 +21888,7 @@ class PixldocsRenderer {
21888
21888
  await this.waitForCanvasScene(container, cloned, i);
21889
21889
  }
21890
21890
  console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
21891
- const { exportMultiPagePdf, preparePagesForExport } = await Promise.resolve().then(() => require("./vectorPdfExport-CFbPBurt.cjs"));
21891
+ const { exportMultiPagePdf, preparePagesForExport } = await Promise.resolve().then(() => require("./vectorPdfExport-ChKqZ9Rs.cjs"));
21892
21892
  const prepared = preparePagesForExport(
21893
21893
  cloned.pages,
21894
21894
  canvasWidth,
@@ -24208,7 +24208,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
24208
24208
  if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
24209
24209
  sanitizeSvgTreeForPdf(svgToDraw);
24210
24210
  try {
24211
- const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await Promise.resolve().then(() => require("./vectorPdfExport-CFbPBurt.cjs"));
24211
+ const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await Promise.resolve().then(() => require("./vectorPdfExport-ChKqZ9Rs.cjs"));
24212
24212
  try {
24213
24213
  await logTextMeasurementDiagnostic(svgToDraw);
24214
24214
  } catch {
@@ -24605,4 +24605,4 @@ exports.setAutoShrinkDebug = setAutoShrinkDebug;
24605
24605
  exports.setBundledAssetPrefixes = setBundledAssetPrefixes;
24606
24606
  exports.warmResolvedTemplateForPreview = warmResolvedTemplateForPreview;
24607
24607
  exports.warmTemplateFromForm = warmTemplateFromForm;
24608
- //# sourceMappingURL=index-5DJXGPPs.cjs.map
24608
+ //# sourceMappingURL=index-BScjmXRG.cjs.map