Quote:
Originally Posted by RbnJrg
It's not easy the answer, specially if you want to do the things by hand. My advice is that you use Inkscape to generate the .svg image, save it as plain svg and then insert that file to your epub.
PocketBook has two render engines; one based on RMSDK for epub2 and one based on webkit for epub3. What kind of epub are you working on?
The font you want for your svg, is it embedded in your epub? Because svg honors embedded fonts. And the easiest way to use that font (or fonts) is by mean of the tag <foreignObject>:
https://developer.mozilla.org/en-US/.../foreignObject
And always use pixels (px) not "em" inside a svg.
|
Pocketbook uses the latest RMSDK so it can do ePub 3.