@Doitsu
I tried
your example above. I added this rectangle above the image tag in
cover.xhtml
Code:
<rect x="1" y="1" width="598" height="798"
style="fill: none; stroke: black;"/>
I could see that last letter of the second word (Magnum) was partly out of the screen. I reduced the font-size in the svg image from 150px to 130px (see joint screenshoot) and it looks OK.
Once corrected, I of course suppress the rectangle which is here only for checking purpose.
Note: inserting the rectangle directly in the svg image gives the same result.
As my experience with svg is quite short, did I do something wrong?