@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.
@@ -26354,9 +26354,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
26354
26354
  }
26355
26355
  return svgString;
26356
26356
  }
26357
- const resolvedPackageVersion = "0.5.476";
26357
+ const resolvedPackageVersion = "0.5.477";
26358
26358
  const PACKAGE_VERSION = resolvedPackageVersion;
26359
- const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.476";
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-hxP9CjSA.js");
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-hxP9CjSA.js");
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-DdWNxAHH.js.map
29810
+ //# sourceMappingURL=index-Dai-wVF0.js.map