Re: Diagnosing "Unknown tag 'flowRoot'" warning in PDF generation
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/Diagnosing-Unknown-tag-flowRoot-warning-in-PDF-generation-tp7773p7775.html
@oddhack,
It appears that there is an element in the SVG that prawn-svg doesn't understand. Asciidoctor PDF doesn't handle the SVG content itself. It reads the file, then delegates processing to prawn-svg, which then draws the objects into the PDF stream. So if there's a problem with SVG processing, that will need to be filed against
https://github.com/mogest/prawn-svg.
Best,
-Dan
On Thu, Mar 19, 2020 at 8:09 AM oddhack [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
N.b. I can try to produce a minimal case if needed, but for the moment I'm just trying to understand which project I should approach to report the issue.
--