DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12630>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12630

resizing images





------- Additional Comments From [EMAIL PROTECTED]  2002-10-09 10:32 
-------
Gif anf JPEG are scaled correctly, but with SVG the image is contained in an
area of the requested size, but the SVG content is not scaled. I.e.

<fo:external-graphic src="file:boxes.svg"/>
<fo:external-graphic src="file:boxes.svg" width="2in" />
<fo:external-graphic src="file:boxes.svg" width="3in" />
<fo:external-graphic src="file:boxes.svg" width="50mm" />
<fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"/>
<fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"
width="2in" />
<fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"
width="3in" />
<fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"
width="50mm" />

The GIFs are all scaled correctly, but the SVG all apper the same size, with
lots of white space around them. This was tested by adding these lines to the
svg/external.fo example

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

Reply via email to