Quote:
Originally Posted by RbnJrg
option to insert the svg wrapper not in a new .xhtml file but in the page (file)
|
What I do is create an SVG file and then copy the code between the divs, paste to the file where I want to put the illustration; then delete the original SVG file.
I add a class to the div wrapper:
div.breakavoid {page-break-inside: avoid;}
Or for smaller images you could use one with margins, to separate it from text, or size it.
PS -- I see from later posts you already worked that out, but leaving this as the div styling might be useful.