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/12/09 01:06:11 UTC

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

Author: cam
Date: Sat Dec  8 16:06:11 2007
New Revision: 602589

URL: http://svn.apache.org/viewvc?rev=602589&view=rev
Log:
Mention CSS class name matching bug fix.

Modified:
    xmlgraphics/batik/trunk/CHANGES

Modified: xmlgraphics/batik/trunk/CHANGES
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=602589&r1=602588&r2=602589&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Sat Dec  8 16:06:11 2007
@@ -102,6 +102,9 @@
   * Motion animation transforms are now applied after the transform=""
     attribute.
   * Fixed bug in DOM event default action invocation in SVG 1.2 documents.
+  * Fixed bug in CSS class name matching, which occured only when an
+    element was declared to be a member of multiple classes, where one
+    is a prefix of another.
 
 5. Misc