My .fo code contains nothing but a sequence of images exactly fitting into
page height (because page margins are defined accordingly):

        <fo:block space-before="0mm" space-after="0mm">
                <fo:external-graphic src="url(images/{...@picture})" />
        </fo:block>

When printing to the page, FOP 0.94 and 0.95 are inserting 2mm vertical
space between each block. Only when I set space-after to -2mm, the output is
as I would expect it normally (exactly no gap between images). Is there
another way to keep FOP from adding space in general? If not: How do I know
how much I have to subtract in order to get zero space?

-- 
View this message in context: 
http://old.nabble.com/How-to-avoid-vertical-space-between-blocks-containing-images-tp26252057p26252057.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to