Quote:
Originally Posted by Tex2002ans
Would it be possible to just build the Title page entirely in SVG?
|
Yes, it would be possible but in that case, the text couldn't be increased/decreased. It would be like to use another type of image for the title page but in this case, wouldn't have lose of quality.
Quote:
I was doing some messing around with exporting an SVG title page right from Inkscape... The pure text version worked fine, but adding the image brought in some odditities (this will require more testing to try to come up with a step-by-step process).
|
Yes, only text seems to work fine; the problems appear when we add an image.
Quote:
I also stumbled upon this topic from pdurrant:
https://www.mobileread.com/forums/showthread.php?t=55563
Might be able to use that code as a very good base to build from.
I plopped your PNG image into pdurrant's code, tweaked a few of the numbers to get it centered, and it showed up fine in Sigil... BUT, when I tested on my Nook (also ADE), all I have is a blank space there.
|
It could have a solution if we use the image (any image, .svg, .jpg, .png, etc.) as a background of the cell by means of the properties:
Code:
background: url("../Images/any_image.png") center center no-repeat;
background-size: contain;
This works fantastic in Sigil... but not in ADE

And I want to find something that works in ADE.
Thanks for answering Tex.