Quote:
Originally Posted by dgatwood
Don't include the PNG image itself in the SVG. Reference the image with an svg image tag. That puts you in control over the exact dimensions of the PNG within the SVG viewport.
|
Thanks for the tip. Is your proposal something different of what jbacelar proposed in his solution?
If you have something different in mind, would you care writing what you mean? One small example would be immensely useful. Sorry to bother you with this.
I have a question about
embedded files : Inkscape produces svg text files with lots of bells and whistles. On the other hand, these
plain svg files do recognize correctly the embedded font in the EPUB.
To get the same result with the basic text file I've just written, I have the feeling that I would need to add something else than the
font-family element which is within the
text tag of plain svg files.