View Single Post
Old 05-21-2017, 07:47 PM   #15
Cyberseeker
Connoisseur
Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.
 
Posts: 60
Karma: 602194
Join Date: Apr 2017
Device: Ipad
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?

Last edited by Cyberseeker; 05-21-2017 at 07:52 PM.
Cyberseeker is offline   Reply With Quote