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

View differences:

LineFillSymbol.java
277 277
	public void print(Graphics2D g, AffineTransform at, FShape shape,
278 278
			PrintRequestAttributeSet properties) {
279 279
		this.properties=properties;
280
        draw(g, at, null, null);
280
        draw(g, at, shape, null);
281 281
        this.properties=null;
282 282
	}
283 283

  

Also available in: Unified diff