-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
How can one embed SVG into a j2html-generated document?
I am already building my SVG with Apache's batik-svggen project which has the SVG in a DOM implementation and can generate appropriate text. I would like to be able to wrap my existing generated SVG in an HTML document.
My apologies if this is documented somewhere, but I haven't been able to find any way to do so.