@pixldocs/canvas-renderer 0.5.75 → 0.5.76

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.cjs CHANGED
@@ -12553,7 +12553,7 @@ function PixldocsPreview(props) {
12553
12553
  !canvasSettled && /* @__PURE__ */ jsxRuntime.jsx("div", { style: { position: "absolute", inset: 0, display: "flex", alignItems: "center", justifyContent: "center", minHeight: 200 }, children: /* @__PURE__ */ jsxRuntime.jsx("div", { style: { color: "#888", fontSize: 14 }, children: "Loading preview..." }) })
12554
12554
  ] });
12555
12555
  }
12556
- const PACKAGE_VERSION = "0.5.74";
12556
+ const PACKAGE_VERSION = "0.5.76";
12557
12557
  let __underlineFixInstalled = false;
12558
12558
  function installUnderlineFix(fab) {
12559
12559
  var _a;
@@ -15639,7 +15639,7 @@ async function assemblePdfFromSvgs(svgResults, options = {}) {
15639
15639
  const firstPage = svgResults[0];
15640
15640
  const orientation = firstPage.width > firstPage.height ? "landscape" : "portrait";
15641
15641
  const PARITY_TAG = "[canvas-renderer][parity-diag][pkg-pdf]";
15642
- console.log(`${PARITY_TAG} pkg-version=0.5.74 pages=${svgResults.length}`);
15642
+ console.log(`${PARITY_TAG} pkg-version=${PACKAGE_VERSION} pages=${svgResults.length}`);
15643
15643
  try {
15644
15644
  for (let pi = 0; pi < svgResults.length; pi++) {
15645
15645
  dumpSvgTextDiagnostics(svgResults[pi].svg, pi, PARITY_TAG, "STAGE-1-raw-toSVG");