Hello,  
 
I am considering writing an SVG Editor with 
support for creating, modifying and deleting SVG 
shapes. 
 
Is the generally accepted way of implementing the 
editing functionality to create 
GraphicsNodeMouseListeners, adding them to the 
GraphicNodes. For example mouse-clicking on the 
graphics node and moving it to a new location 
could be achieved by using affine transforms 
executed within the listener code? 
 
 
regards,  
sean. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to