Revision 29244 trunk/extensions/extSymbology/src/org/gvsig/symbology/fmap/symbols/GradientFillSymbol.java

View differences:

GradientFillSymbol.java
279 279

  
280 280
	public void print(Graphics2D g, AffineTransform at, FShape shape, PrintRequestAttributeSet properties) {
281 281
		this.properties=properties;
282
        draw(g, at, null, null);
282
        draw(g, at, shape, null);
283 283
        this.properties=null;
284 284
	}
285 285

  

Also available in: Unified diff