Quote:
Originally Posted by Cyberseeker
Several of the chapters in my 'paper' book have a graphic timeline running along the bottom of each page. As I think about what you are saying, the solution for me, may be to consolidate all of them into one big diagram, and put it at the end of the chapter.
|
OK, so my diagrams stretch across the screen when put on separately. Here is a single long diagram, and it works just fine:
Code:
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 900 200" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="900" height="200" xlink:href="../Images/singlelongdiagram.svg"/>
</svg>
And here is a consolidated picture of three of my long diagrams. No luck.
Code:
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 900 1076" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="900" height="1076" xlink:href="../Images/consolidateddiagram.svg"/>
</svg>
My large consolidated diagram does not stretch over the page as I would like it to. Why is that? It is the same code? The only thing I can think of, is that my picture has changed from being 'landscape' to 'portrait.' Nothing I do in creating the taller graphic seems to stretch over Sigils content pane.
I cannot attach an svg file, but can you duplicate a 900w x 1076h image in Sigil and make it stretch?