Revision 1484 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FGraphicUtilities.java

View differences:

FGraphicUtilities.java
252 252
				break;
253 253

  
254 254
			case FShape.POLYGON:
255
				if (theSymbol.getColor() != null)				    
255
			    if (theSymbol.getFill() != null)
256
			        g2.setPaint(theSymbol.getFill());
257

  
258
			    if (theSymbol.getColor() != null)				    
256 259
				    if (theSymbol.getStyle() != FConstant.SYMBOL_STYLE_DGNSPECIAL) {
257 260
				        g2.fill(shp);
258 261
				}
259
			    if (theSymbol.getFill() != null)
260
			        g2.setPaint(theSymbol.getFill());
261 262

  
262 263
				if (theSymbol.isOutlined()) {
263 264
					g2.setColor(theSymbol.getOutlineColor());

Also available in: Unified diff