Are the SVG and JPEG images the same size as the GIF, i.e. same number 
of pixels horz/vert and same resolution (dots/in)? What size is the 
actual GIF in pixels horz/vert?

BTW, the content-type should most likely be "image/gif" but I doubt it 
matters.

Manuel

On Wed, 31 Aug 2005 06:43 pm, [EMAIL PROTECTED] wrote:
> Sorry, I forgot to post the fo:external-graphics :
>
> <fo:block text-align="center" padding-after="15pt">
>       <fo:external-graphic
>               content-type="image/bmp"
>               src="../Publikation/Images/HS_Einfaechern.gif"
>               inline-progression-dimension.optimum="auto"
>               inline-progression-dimension.maximum="505px"
>               block-progression-dimension.optimum="auto"
>               block-progression-dimension.maximum="710px"
>               scaling="uniform"/>
> </fo:block>
>
> I always get : Exception
> java.lang.RuntimeException: Some content could not fit into a
> line/page after 50
>  attempts. Giving up to avoid an endless loop.
>
> When I set "inline-progression-dimension.maximum" and
> "block-progression-dimension.maximum" lower, it won't change
> anything.
>
> Notice : I use exactly the same externa-graphics attribute value for
> JPG and SVGs. No Problem.
>
> Lawrence
>
> ---------------------------------------------------------------------
> 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]

Reply via email to