@pixldocs/canvas-renderer 0.5.279 → 0.5.280

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.
@@ -14440,10 +14440,7 @@ const PageCanvas = forwardRef(
14440
14440
  }
14441
14441
  setTimeout(() => modifiedIdsThisRound.forEach((id) => justModifiedIdsRef.current.delete(id)), 150);
14442
14442
  groupSelectionTransformStartRef.current = null;
14443
- restorePreservedGroupSelectionSoon({
14444
- memberIds: preservedGroupMemberIds,
14445
- groupSelectionId
14446
- });
14443
+ preserveActiveSelectionAfterTransformRef.current = null;
14447
14444
  unlockEditsSoon();
14448
14445
  return;
14449
14446
  }
@@ -16222,7 +16219,6 @@ const PageCanvas = forwardRef(
16222
16219
  });
16223
16220
  if (isPureSingleGroupSelection) {
16224
16221
  active.hasBorders = true;
16225
- active.setCoords();
16226
16222
  applyWarpAwareSelectionBorders(active);
16227
16223
  }
16228
16224
  }
@@ -23869,9 +23865,9 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
23869
23865
  }
23870
23866
  return svgString;
23871
23867
  }
23872
- const resolvedPackageVersion = "0.5.279";
23868
+ const resolvedPackageVersion = "0.5.280";
23873
23869
  const PACKAGE_VERSION = resolvedPackageVersion;
23874
- const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.279";
23870
+ const DEPLOYMENT_VERSION_MARKER = "__PIXLDOCS_CANVAS_RENDERER_VERSION__:0.5.280";
23875
23871
  const roundParityValue = (value) => {
23876
23872
  if (typeof value !== "number") return value;
23877
23873
  return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
@@ -24685,7 +24681,7 @@ class PixldocsRenderer {
24685
24681
  await this.waitForCanvasScene(container, cloned, i);
24686
24682
  }
24687
24683
  console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
24688
- const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-Bp8RGRa1.js");
24684
+ const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-CZKs5Llt.js");
24689
24685
  const prepared = preparePagesForExport(
24690
24686
  cloned.pages,
24691
24687
  canvasWidth,
@@ -27005,7 +27001,7 @@ async function prepareLiveCanvasSvgForPdf(rawSvg, pageWidth, pageHeight, pageKey
27005
27001
  if (options == null ? void 0 : options.stripPageBackground) stripRootPageBackgroundFromSvg(svgToDraw);
27006
27002
  sanitizeSvgTreeForPdf(svgToDraw);
27007
27003
  try {
27008
- const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-Bp8RGRa1.js");
27004
+ const { bakeTextAnchorPositionsFromLiveSvg, logTextMeasurementDiagnostic } = await import("./vectorPdfExport-CZKs5Llt.js");
27009
27005
  try {
27010
27006
  await logTextMeasurementDiagnostic(svgToDraw);
27011
27007
  } catch {
@@ -27405,4 +27401,4 @@ export {
27405
27401
  buildTeaserBlurFlatKeys as y,
27406
27402
  collectFontDescriptorsFromConfig as z
27407
27403
  };
27408
- //# sourceMappingURL=index-mvcNnW-5.js.map
27404
+ //# sourceMappingURL=index-Ce2aM_l6.js.map