Hi, > > Oh, by the way, do you know any way to apply 2D effects like > > perspective? Thanks again! > > Perspective is not a 2D effect, it is a 3D effect. It is > difficult to apply Perspective and other weird effects to > complex geometry and keep the geometry as 'curves' because the > effects do not map spline to spline. If you are willing to > flatten the data then this becomes a simple matter of mapping > points.
The most simple ways to fake perspective in 2D, is using strech/skew. It will fool the human eye, but keep in mind it is not true 3D (z axis is still missing). Of course if you are applying Thomas technique (mapping point) it will be better. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
