You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Thomas E Deweese <th...@kodak.com> on 2002/01/29 17:22:03 UTC

cvs commit: xml-batik/sources/org/apache/batik/gvt/text BidiAttributedCharacterIterator.java GlyphLayout.java

  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: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org