@pixldocs/canvas-renderer 0.5.127 → 0.5.128
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-DAeQbGws.js → index-DP6tfo-F.js} +3 -3
- package/dist/{index-DAeQbGws.js.map → index-DP6tfo-F.js.map} +1 -1
- package/dist/{index-D3W__oF4.cjs → index-Ds1WDn3c.cjs} +3 -3
- package/dist/{index-D3W__oF4.cjs.map → index-Ds1WDn3c.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{vectorPdfExport-BDy3-lzN.cjs → vectorPdfExport-De27t708.cjs} +4 -4
- package/dist/{vectorPdfExport-BDy3-lzN.cjs.map → vectorPdfExport-De27t708.cjs.map} +1 -1
- package/dist/{vectorPdfExport-DtWByjEA.js → vectorPdfExport-XAlrioM6.js} +4 -4
- package/dist/{vectorPdfExport-DtWByjEA.js.map → vectorPdfExport-XAlrioM6.js.map} +1 -1
- package/package.json +1 -1
|
@@ -15763,7 +15763,7 @@ function captureFabricCanvasSvgForPdf(fabricInstance, canvasWidth, canvasHeight)
|
|
|
15763
15763
|
}
|
|
15764
15764
|
return svgString;
|
|
15765
15765
|
}
|
|
15766
|
-
const PACKAGE_VERSION = "0.5.
|
|
15766
|
+
const PACKAGE_VERSION = "0.5.128";
|
|
15767
15767
|
const roundParityValue = (value) => {
|
|
15768
15768
|
if (typeof value !== "number") return value;
|
|
15769
15769
|
return Number.isFinite(value) ? Number(value.toFixed(3)) : value;
|
|
@@ -16182,7 +16182,7 @@ class PixldocsRenderer {
|
|
|
16182
16182
|
await this.waitForCanvasScene(container, cloned, i);
|
|
16183
16183
|
}
|
|
16184
16184
|
console.log(`[canvas-renderer][pdf-unified] mounted ${cloned.pages.length} page(s), handing off to client exportMultiPagePdf`);
|
|
16185
|
-
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-
|
|
16185
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-XAlrioM6.js");
|
|
16186
16186
|
const prepared = preparePagesForExport(
|
|
16187
16187
|
cloned.pages,
|
|
16188
16188
|
canvasWidth,
|
|
@@ -18514,4 +18514,4 @@ export {
|
|
|
18514
18514
|
collectFontDescriptorsFromConfig as y,
|
|
18515
18515
|
collectFontsFromConfig as z
|
|
18516
18516
|
};
|
|
18517
|
-
//# sourceMappingURL=index-
|
|
18517
|
+
//# sourceMappingURL=index-DP6tfo-F.js.map
|