If the only thing you do in the body is to place the SVG then another option is to place it in the region-before, extend it to the bottom, and overlay the extra content in the body. Not perfect but I think it works.
On Wed, Feb 1, 2012 at 8:56 AM, Pascal Sancho <[email protected]> wrote: > Hi, > > As said in XSL-FO REC 1.1 (§7.27.16 at [1]), > precedence="true" "specifies which region (i.e., region-before, > region-after, region-start, or region-end) takes precedence in terms of > which may extend into the corners of the simple-page-master" > > So, this will not help Theresa. > The only solution I can imagine is to tweak the FOP Intermediate Format > (see [2]). > > [1] http://www.w3.org/TR/xsl/#precedence > [2] http://xmlgraphics.apache.org/fop/1.0/intermediate.html > > Le 31/01/2012 17:59, Rob Sargent a écrit : >> Have you tried 'precedence="true"' for the region you prefer to dominate >> the other? >> >> >> On 01/31/2012 09:36 AM, Theresa Jayne Forster wrote: >> > >> > I know that FOP does not yet support z-index, is there any way of >> > making sure say region-after appearing on the page over >> > >> > region-body. >> > >> > >> > >> > I have an SVG which is the whole page I have as a block-container on >> > the body but I sometimes need the after to change what is there >> > overloading the very bottom of the svg >> > >> > >> > >> > Any suggestions? >> > >> > >> > >> > >> > >> > Kindest regards >> > >> > >> > >> > >> > Theresa Forster > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
