- From: Apu Nahasapeemapetilon <petilon@yahoo.com>
- Date: Fri, 12 Nov 1999 14:31:43 -0800 (PST)
- To: rlai@irismedia.com
- Cc: www-svg@w3.org
> BUT this also flips all my bitmaps and text so that > they are upside down. I just want the position > changed. This is a common problem, and the spec already has everything you need to solve this problem. There are two easy solutions to this problem: 1. You can flip the bitmaps and text by using 'transform' tags to make them upright once again. 2. Don't use 'transform' tags at all. Instead, in your program, pass all your coordinates through the transformation matrix while creating the SVG file. Both these solutions are quite easy if you know how to use transformation matrices. ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com
Received on Friday, 12 November 1999 17:31:45 UTC