>>>>> "RD" == Robert D <[EMAIL PROTECTED]> writes:

RD> Hello Batik team, If you look at the Source code for SVGGraphics
RD> and look on line 268 you will see this piece of code:

RD> 268 this.gc = new GraphicContext(new AffineTransform());

RD> My question is......I do not see "gc" declared in SVGGraphics2D!!
RD> Maybe I am missing something really basic....could someone look
RD> into this.....and see if I have spotted something :-|

    Yes it is rather _base_ic, Check the base class:

org.apache.batik.ext.awt.g2d.AbstractGraphics2D:45

    /**
     * Current state of the Graphic Context. The GraphicsContext
     * class manages the state of this <tt>Graphics2D</tt> graphic context
     * attributes.
     */
    protected GraphicContext gc;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to