Hi Selva, news <[EMAIL PROTECTED]> wrote on 04/28/2006 04:25:53 AM:
> I have added the following code in gvtRenderingCompleted. But it is called > only once while loading the SVG document. While doing some changes in > document, it is not calling gvtRenderingCompleted. so it's not updating > TransformHistory. gvtRenderingCompleted is more or less only called if the canvas's RenderingTransform changes. This usually corresponds to panning or zooming in/out. Most, 'interactive' changes are handled as 'updates' (they only rerender a portion of the visible canvas). You can get notified of updates being completed by registering an UpdateManagerListener on the canvas. > transformHistory.update(svgCanvas.getRenderingTransform()); > previousTransformAction.update(); > nextTransformAction.update(); > > I don't know where i am doing mistake. So Please clarify my problem. Since you have been sending questions about updating the transform on a group I thought I would mention that the RenderingTransform above has nothing to do with any transform you might have adjusted on an individual element. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
