View Single Post
Old 04-24-2015, 09:39 AM   #25
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
@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?
Attached Thumbnails
Click image for larger version

Name:	screen.png
Views:	254
Size:	108.3 KB
ID:	137603  

Last edited by roger64; 04-24-2015 at 10:03 AM. Reason: checking
roger64 is offline   Reply With Quote