Minor improvements
This commit is contained in:
@@ -76,7 +76,7 @@ export function ComplexFamilyTree(p: {
|
||||
const exportPDF = async () => {
|
||||
const doc = new jsPDF({
|
||||
orientation: "l",
|
||||
format: [900, 1200],
|
||||
format: [351, 351],
|
||||
});
|
||||
|
||||
// Clone the SVG to manipulate it
|
||||
@@ -105,11 +105,13 @@ export function ComplexFamilyTree(p: {
|
||||
`class="text-overflow-mask" fill="transparent"`
|
||||
);
|
||||
|
||||
dstSVG = dstSVG.replaceAll(`>UNKNOWN<`, `fill="#000">INCONNU<`);
|
||||
|
||||
target.innerHTML = dstSVG;
|
||||
|
||||
await doc.svg(target, {
|
||||
height: 3508,
|
||||
width: 2480,
|
||||
height: 351,
|
||||
width: 351,
|
||||
});
|
||||
|
||||
container.remove();
|
||||
|
Reference in New Issue
Block a user