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

View differences:

DotDensityFillSymbol.java
304 304

  
305 305
	public void print(Graphics2D g, AffineTransform at, FShape shape, PrintRequestAttributeSet properties) {
306 306
		this.properties=properties;
307
        draw(g, at, null, null);
307
        draw(g, at, shape, null);
308 308
        this.properties=null;
309 309

  
310 310
	}

Also available in: Unified diff