Hello, Well, I grabbed the x and y coordinates of the image after I scaled it and its the same as the x and y coordinates before scaling. So it should still be in the view box, or am I doing this wrong?
vyang G. Wade Johnson wrote: > > On Fri, 13 Apr 2007 08:05:32 -0700 (PDT) > vyang <[EMAIL PROTECTED]> wrote: > >> >> Hello, >> >> I'm trying to flip my image either vertically or horizontally so the >> result would be a mirror of itself. I've found in svg wiki that uses >> scale(1,-1) or scale(-1,1). However, that don't seem to work for >> me. After that transformation is applied my image is gone. Is there >> another way to do mirror flipping or is there a way to not lose my >> image. Any help is much appreciated. > > Make sure the inverted positions are still in your viewBox. > > G. Wade > -- > Perfection is achieved not when there is nothing more to add but when > there is nothing more to take out. -- Antoine de Saint Exupery > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Image-flipping-mirror-tf3572093.html#a10017457 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
