On Thu, Apr 09, 2009 at 10:52:49AM +0530, kumar rajesh <[email protected]> wrote: > The solution give by you works but it converts all the vectors to > scalars(flattern all the images in the swf). But we dont want to do > this. is there any other way to overcome this issue?
Not sure what you mean by "scalars" in this context. What --flatten does is to precompute all the clippings- in particular, the bounding box clipping (a.k.a. cropped area). That's the only way to safely remove elements outside the page area, as some shapes might intersect with the boundary. Matthias
