Is it possible to use the image tag in creator.NewGraphicSVGFromString?
We are trying to use a simple SVG for frontend and PDF generation on backend and would like to use the same approach.
On the frontend we are loading the images via the image tag into the SVG.
On the backend we would use local files to generate a PDF, but the images are not beeing renderd into the PDF.
Although no errors shows up.
Is it possible to use the image tag in creator.NewGraphicSVGFromString? We are trying to use a simple SVG for frontend and PDF generation on backend and would like to use the same approach. On the frontend we are loading the images via the image tag into the SVG. On the backend we would use local files to generate a PDF, but the images are not beeing renderd into the PDF. Although no errors shows up.