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]
