Hi Helder, Thanks, for your advice but the main problem is that in this application users edit a text box or a text file, then from the text file events are captured in order to edit the SVG file. When the SVG is edited the <g>'s transfor( translate( ) ) command doesn't allow to use units. And because users are not clicking on the SVG document (They are editing a text file in a different window), there is not any reference to the current pixel values on the screen.
On Tue, Apr 1, 2008 at 3:35 PM, Helder Magalhães <[EMAIL PROTECTED]> wrote: > Maybe something like codedread's "Draggable SVG" [1] may help...? Not > tested in Batik, though... > > Hope this helps, > > Helder Magalhães > > [1] http://www.codedread.com/code.php#dragsvg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
