gmazza 2004/08/03 15:36:26
Modified: lib batik.jar
src/java/org/apache/fop/fo/extensions/svg SVGElement.java
Log:
New Batik library and updated SVGElement to handle it.
Revision Changes Path
1.12 +6534 -6352xml-fop/lib/batik.jar
<<Binary file>>
1.10 +5 -2
xml-fop/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
Index: SVGElement.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- SVGElement.java 1 Aug 2004 04:20:48 -0000 1.9
+++ SVGElement.java 3 Aug 2004 22:36:26 -0000 1.10
@@ -137,6 +137,9 @@
public float getFontSize() {
return 12;
}
+
+ public void deselectAll() {
+ }
};
((SVGOMElement)e).setSVGContext(dc);
@@ -190,7 +193,7 @@
/**
* This class is the default context for a particular
- * element. Informations not available on the element are get from
+ * element. Information not available on the element are obtained from
* the bridge context (such as the viewport or the pixel to
* millimeter factor.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]