Revision 11704 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FGeometry.java

View differences:

FGeometry.java
141 141
     * @see com.iver.cit.gvsig.fmap.core.IGeometry#drawInts(java.awt.Graphics2D, com.iver.cit.gvsig.fmap.ViewPort, com.iver.cit.gvsig.fmap.core.v02.FSymbol)
142 142
     */
143 143
    public void drawInts(Graphics2D g, ViewPort vp, ISymbol symbol) {
144
    	FShape decimatedShape;
145

  
144 146
    	try
145 147
    	{
146
    		FShape decimatedShape = FConverter.transformToInts(this, vp.getAffineTransform());
148
    		decimatedShape = FConverter.transformToInts(this, vp.getAffineTransform());
147 149
    		symbol.draw(g, vp.getAffineTransform(), decimatedShape);
148 150
    	}
149 151
    	catch (Exception e)

Also available in: Unified diff