I use a SVG File into which a Gif file is referenced. The gif file dimensions are ignored when my software rasterize it (using Batik) but i'm looking for an Auto Scale to the 250*250 pixels dimension provided as image attribute :


<image width="250" height="250" preserveAspectRatio="xMidYMid meet" id="XMLID_1_" xlink:href="logo.gif" transform="matrix(1 0 0 1 2800 50)"/>

Problem is that image rendered is not fitted to the 250*250 pixels box. What attribute must i set into my SVG file such as the logo.gif file auto-scales to the 250*250 pixels box with aspect ratio preserved ?

Thanks in advance for your answers.


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



Reply via email to