@pixldocs/canvas-renderer 0.5.118 → 0.5.119

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.
@@ -15645,7 +15645,7 @@ function PixldocsPreview(props) {
15645
15645
  !canvasSettled && /* @__PURE__ */ jsx("div", { style: { position: "absolute", inset: 0, display: "flex", alignItems: "center", justifyContent: "center", minHeight: 200 }, children: /* @__PURE__ */ jsx("div", { style: { color: "#888", fontSize: 14 }, children: "Loading preview..." }) })
15646
15646
  ] });
15647
15647
  }
15648
- const PACKAGE_VERSION = "0.5.118";
15648
+ const PACKAGE_VERSION = "0.5.119";
15649
15649
  const roundParityValue = (value) => {
15650
15650
  if (typeof value !== "number") return value;
15651
15651
  return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
@@ -16064,7 +16064,7 @@ class PixldocsRenderer {
16064
16064
  await this.waitForCanvasScene(container, cloned, i);
16065
16065
  }
16066
16066
  console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
16067
- const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-CJd8RINw.js");
16067
+ const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-BrHHt_7L.js");
16068
16068
  const prepared = preparePagesForExport(
16069
16069
  cloned.pages,
16070
16070
  canvasWidth,
@@ -18259,7 +18259,7 @@ async function assemblePdfFromSvgs(svgResults, options = {}) {
18259
18259
  }
18260
18260
  if (shouldOutlineText) {
18261
18261
  try {
18262
- const { convertAllTextToPath } = await import("./svgTextToPath-FrpfjI8G.js");
18262
+ const { convertAllTextToPath } = await import("./svgTextToPath-B6FmPvcr.js");
18263
18263
  pageSvg = await convertAllTextToPath(pageSvg, fontBaseUrl, { mode: outlineSubMode });
18264
18264
  try {
18265
18265
  dumpSvgTextDiagnostics(pageSvg, i, PARITY_TAG, "STAGE-1b-after-text-to-path-raw");
@@ -18471,4 +18471,4 @@ export {
18471
18471
  collectImageUrls as y,
18472
18472
  configHasAutoShrinkText$1 as z
18473
18473
  };
18474
- //# sourceMappingURL=index-LbVR8GZp.js.map
18474
+ //# sourceMappingURL=index-CuTWdeXZ.js.map