Re: Diagnosing "Unknown tag 'flowRoot'" warning in PDF generation

Posted by oddhack on
URL: https://discuss.asciidoctor.org/Diagnosing-Unknown-tag-flowRoot-warning-in-PDF-generation-tp7773p7778.html

@mojavelinux this may be happening somewhere above prawn-svg. When I do

ruby -r prawn-svg <<EOF
Prawn::Document.generate("test.pdf") do
  svg IO.read("pipelinemesh.svg"), position: :center
end
EOF

(where that's one of the files asciidoctor reports this error on), there's no complaint generated and the resulting PDF looks OK. When I try to run asciidoctor-pdf on the actual document, though, these complaints pop up. So maybe asciidoctor-pdf is the right place to file an issue?