Hi, On Fri, 2005-05-06 at 19:16 +0100, Sathish Kumar E.V. wrote: > Hello, > > While resizing an svg file -- i like to override the > aspect ratio setting defined in the file. > > For example i like to specify (while > transcoding/resizing the svg file) that the defualt > "xMidyMid meet" aspect ratio setting should be ignored > and "none" (or any of the other aspect ratio settings) > should be used.
You could override the aspectRatio of document by loading the document first by using the batik parser, then set the required aspectRatio, then pass the overriden doc to the canvas or transcoder. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
