Revision 3559 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/GraphicLayer.java

View differences:

GraphicLayer.java
116 116
                        elExtent.getMinY(), elExtent.getWidth(), elExtent.getHeight()))
117 117
             {
118 118
                theSymbol = (FSymbol) symbols.get(theGraphic.getIdSymbol());
119
                IGeometry cloneGeom = geom.cloneGeometry();
120
                cloneGeom.draw(g,viewPort,theSymbol);
119
                theGraphic.draw(g, viewPort, theSymbol);
121 120
            }
122 121
        }
123 122
    }    

Also available in: Unified diff