@pixldocs/canvas-renderer 0.5.120 → 0.5.121
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-DjwTSk_C.cjs → index-D1vSAOoA.cjs} +4 -4
- package/dist/{index-DjwTSk_C.cjs.map → index-D1vSAOoA.cjs.map} +1 -1
- package/dist/{index-Dm9AEQy0.js → index-O3pWbOEB.js} +4 -4
- package/dist/{index-Dm9AEQy0.js.map → index-O3pWbOEB.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{pdfFonts-DpkEz6IN.cjs → pdfFonts-CGJbTRCQ.cjs} +34 -3
- package/dist/pdfFonts-CGJbTRCQ.cjs.map +1 -0
- package/dist/{pdfFonts-BUnZcHhp.js → pdfFonts-CiKT_ha_.js} +34 -3
- package/dist/pdfFonts-CiKT_ha_.js.map +1 -0
- package/dist/{svgTextToPath-DR7QIEWZ.js → svgTextToPath-BUX6rrUo.js} +2 -2
- package/dist/{svgTextToPath-DR7QIEWZ.js.map → svgTextToPath-BUX6rrUo.js.map} +1 -1
- package/dist/{svgTextToPath-DcQKj5Mc.cjs → svgTextToPath-Ce8QSoUf.cjs} +2 -2
- package/dist/{svgTextToPath-DcQKj5Mc.cjs.map → svgTextToPath-Ce8QSoUf.cjs.map} +1 -1
- package/dist/{vectorPdfExport-yAT4k3Je.cjs → vectorPdfExport-CPu9f6GR.cjs} +5 -5
- package/dist/{vectorPdfExport-yAT4k3Je.cjs.map → vectorPdfExport-CPu9f6GR.cjs.map} +1 -1
- package/dist/{vectorPdfExport-CxWPJs_l.js → vectorPdfExport-CganHKyZ.js} +5 -5
- package/dist/{vectorPdfExport-CxWPJs_l.js.map → vectorPdfExport-CganHKyZ.js.map} +1 -1
- package/package.json +1 -1
- package/dist/pdfFonts-BUnZcHhp.js.map +0 -1
- package/dist/pdfFonts-DpkEz6IN.cjs.map +0 -1
|
@@ -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.
|
|
15648
|
+
const PACKAGE_VERSION = "0.5.121";
|
|
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-
|
|
16067
|
+
const { exportMultiPagePdf, preparePagesForExport } = await import("./vectorPdfExport-CganHKyZ.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-
|
|
18262
|
+
const { convertAllTextToPath } = await import("./svgTextToPath-BUX6rrUo.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");
|
|
@@ -18472,4 +18472,4 @@ export {
|
|
|
18472
18472
|
collectFontsFromConfig as y,
|
|
18473
18473
|
collectImageUrls as z
|
|
18474
18474
|
};
|
|
18475
|
-
//# sourceMappingURL=index-
|
|
18475
|
+
//# sourceMappingURL=index-O3pWbOEB.js.map
|