I am using asciidoctor-diagram and generate SVG output for a DITAA drawing.
The SVG rendering in Fop fails in 'createFontFace' and the the offending part of the SVG seems to be:
<style type="text/css">@font-face { font-family: sans-serif;}</style>
Removing this part makes Fop work.
Does anyone else see this problem?
Is there a way for asciidoctor-diagram to not define this style?
Thanks,
MT
--