Index: sources/org/apache/batik/ext/awt/g2d/AbstractGraphics2D.java
===================================================================
RCS file: /home/cvspublic/xml-batik/sources/org/apache/batik/ext/awt/g2d/AbstractGraphics2D.java,v
retrieving revision 1.8
diff -u -r1.8 AbstractGraphics2D.java
--- sources/org/apache/batik/ext/awt/g2d/AbstractGraphics2D.java	18 Aug 2004 07:13:45 -0000	1.8
+++ sources/org/apache/batik/ext/awt/g2d/AbstractGraphics2D.java	9 Sep 2004 23:11:02 -0000
@@ -1418,4 +1418,11 @@
     public FontRenderContext getFontRenderContext(){
         return gc.getFontRenderContext();
     }
+
+    /**
+     * @return the {@link GraphicContext} of this <code>Graphics2D</code>.
+     */    
+    public GraphicContext getGraphicContext() {
+        return gc;
+    }
 }
