Issue with SVG images
It appears that I can't embed SVG images in my PDFs.
If the HTML contains the svg image included in the markup then it works, but if I reference an image like <img src="image.svg"> then it's simply not included in the PDF.
@LukaHorvat Try to set full path to source <img src="http://localhost:8888/image.svg">
@AlexanderSuv , can I set local source like this:
<img src='/home/pi/projects/FLCos/imgs/mycode.png' /></div>
OS: CentOS
Fixed?
Same here. I cannot embed SVGs in tag using
http:// urls.
It is embedded using file:// protocol though
Did you try to set the base option? This fixed it for me...