You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2007/09/25 03:50:17 UTC

svn commit: r579030 - /xmlgraphics/batik/trunk/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java

Author: cam
Date: Mon Sep 24 18:50:15 2007
New Revision: 579030

URL: http://svn.apache.org/viewvc?rev=579030&view=rev
Log:
Minor reformatting.

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java?rev=579030&r1=579029&r2=579030&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/gvt/renderer/StrokingTextPainter.java Mon Sep 24 18:50:15 2007
@@ -585,10 +585,10 @@
 
 
     protected TextChunk getTextChunk(TextNode node,
-                                   AttributedCharacterIterator aci,
-                                   int [] charMap,
-                                   List textRuns,
-                                   TextChunk prevChunk) {
+                                     AttributedCharacterIterator aci,
+                                     int [] charMap,
+                                     List textRuns,
+                                     TextChunk prevChunk) {
         int beginChunk = 0;
         if (prevChunk != null)
             beginChunk = prevChunk.end;