You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am converting svg to pdf via this package and for pdf I am using pdfkit.
The issue I am facing is of text. When I convert svg to PDF via SVGtoPDF function, I get distorted text on all pdf
Following are my SVG & PDF files. You can see that text is rendering absolutely fine when I open SVG file so, there seems to be no issue in svg.
I have attached my code as well. Basically what I am doing is selecting div from DOM and converting it to SVG via some helper functions & then I pass that svg element to SVGtoPDF function.
Am I doing something wrong here ?
Pls guide me, a newbie here and struggling to find any solution since days.. :(
I am converting svg to pdf via this package and for pdf I am using pdfkit.
The issue I am facing is of text. When I convert svg to PDF via SVGtoPDF function, I get distorted text on all pdf
Following are my SVG & PDF files. You can see that text is rendering absolutely fine when I open SVG file so, there seems to be no issue in svg.
I have attached my code as well. Basically what I am doing is selecting div from DOM and converting it to SVG via some helper functions & then I pass that svg element to SVGtoPDF function.
Am I doing something wrong here ?
Pls guide me, a newbie here and struggling to find any solution since days.. :(
pdf.pdf
` let svg: any;
svg = await getBoardAsSvgElement(editor);
svg = svg.cloneNode(true);
The text was updated successfully, but these errors were encountered: