I'm curious about how I can remove the border from the SVG images in this HTML. When I open the HTML in a browser, there are no borders, but when I turn the HTML into a PDF, there is a thin gray border around each image. I've attached two HTML-PDF pairs that demonstrate the issue. The Graph Report demonstrates the issue, but it's not super annoying. More concerning is the Sparkline Report. I've tried removing all borders from everything using .sparkline * { border: none !important } in the CSS, but to no avail. With the Sparkline Report, I've actually got two borders that I want removed, but I can't get either to go away. In the browser, neither border shows up, and all elements are showing that they are honoring the { border: none !important } declaration.
Any ideas? I am using Prince 12.
Any ideas? I am using Prince 12.