Hello, Well, I grab the x and y coordinates from the Image element in the svg file before and after the transform. Now that I think about it, the x and y coordinates in the svg file doesn't get change during a transform. I've tried your suggestion, for vertical flip I take the opposite of y and horizontal the opposite of x. I'm able to see it when its flipped the first time, but its not in its orginial(preflipped) position, which I want it to be. Then when I do the same flip it disappears again. Any thoughts on how to fix this problem?
vyang G. Wade Johnson wrote: > > On Mon, 16 Apr 2007 07:42:59 -0700 (PDT) > > It depends on how you get the x and y coordinates, I think. > > Try setting the x attribute for your image to the negative of the value > you want it to be, and then scale(-1,1). > > G. Wade > -- > Make no decision out of fear. -- Bruce Sterling > > --------------------------------------------------------------------- > 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#a10040415 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
