Thanks for your answer. I don't know if I use viewbox attributes. I call getSVGDocumentSize to get the SVG image size and set the JSVGComponent to that size.
-----Original Message----- From: Tonny Kohar [mailto:[EMAIL PROTECTED] Sent: mercredi 14 mai 2014 10:15 To: Batik Users Subject: Re: Problem with JSVGComponent.setSize Hi, > I'm using the JSVGComponent and I've put it into a Panel. I'm calling setLocation to > set its location and setSize. > When I set the JSVGComponent size to its parent (the panel) size, there's no > problem, everything is fine. > But if I try to set a size less than its parent, the graphic elements are well > resized to fit the new size, but they are moved. > > I don't know if the move is due to a transform (my file doesn't contain any > transform) or another thing. I do not know either but you could check below: Do you use any viewbox attributes, and the width & height are you using percentage or absolute length? Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- 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]
