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/03/25 10:13:04 UTC

svn commit: r522175 - /xmlgraphics/batik/trunk/CHANGES

Author: cam
Date: Sun Mar 25 01:13:03 2007
New Revision: 522175

URL: http://svn.apache.org/viewvc?view=rev&rev=522175
Log:
Added a couple of recent changes.

Modified:
    xmlgraphics/batik/trunk/CHANGES

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?view=diff&rev=522175&r1=522174&r2=522175
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Sun Mar 25 01:13:03 2007
@@ -84,6 +84,7 @@
     name and functional About/Preferences/Quit menu items, and a Squiggle.app
     application bundle can now be created.
   * JAR files now have Implementation-* attributes.
+  * Added an interface for all ImageRenderers to get/set RenderingHints.
 
 3. Bug fixes
 
@@ -145,6 +146,7 @@
     (thanks Nick).
   * Unmaximize Squiggle window if the "Automatically resize window when
     loading documents" option is turned on.
+  * Fixed improper rendering of the batik70.svg sample under OS X.
 
 4. Misc