hello,

I am try build a svg-editor a platform for a modelling-tool.
My worst problem is that batik is much to slow to update elements online along 
mouse-dragged-events.
My way:
I set JSVGCanvas in ALWAYS_DYNAMIC-mode.
I register my own interactor to catch mouse-dragged-events.
I create a Handle-Class zu handle with various element-types (rect, line, polygone).
These handle paint the anchor-points (e.g. 8 points around a rectangle zu scale or 
move a element) and receive the mouse-events from interactor to manipulate the 
selected element.
I select a element in a mouse-pressed enabled interactor.
These selected element will manipulated from my new interactor and the wrong effect is 
that any fragments from the old paintings are not removed ore repainted.

I use the appropriated update manager zu set the new attribute values.

My first and only question is:

Is it realistic to build an editor using batik MVC-architecture and not only as 
format-exchange-modul ?

Mit freundlichen Grüssen

Jan Lolling

T-Systems
Systems Integration
Entwicklungszentrum Berlin
Hausanschrift: Wittestrasse 30H, 13509 Berlin
Postanschrift: Postfach 652, 13476 Berlin 
Tel.: (0 30) 4 35 77-54 44 
Fax: (0 30) 4 35 77-53 07 
mailto:[EMAIL PROTECTED] 
Internet: http://www.t-systems.com 

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

Reply via email to