Modified:    samples/tests/spec/scripting xyModifOnClick.svg
               sources/org/apache/batik/bridge UpdateManager.java
               sources/org/apache/batik/gvt UpdateTracker.java
               sources/org/apache/batik/gvt/font FontFamilyResolver.java
               sources/org/apache/batik/gvt/renderer DynamicRenderer.java
                        StaticRenderer.java StrokingTextPainter.java
               sources/org/apache/batik/gvt/text
                        BidiAttributedCharacterIterator.java
                        GlyphLayout.java
  Log:
  1) Text with lots of tspans can be up to 2x fast (can't get much faster
     without writing our own implementation of AttributedString).
  2) GlyphLayout is cleaned up a bit (most layout is now done lazily).
  3) Improved the textLength handling a bit.
  4) A real DynamicRenderer implementation that is smarter about redrawing
     for animation/scripting.
  5) Repaints now work properly when zoomed/panned (xyModifOnClick.svg works
     if you zoom in).
  6) UpdateTracker should now properly handle changes to a nodes transform.
  

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

Reply via email to