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

View differences:

MarkerFillSymbol.java
466 466

  
467 467
	public void print(Graphics2D g, AffineTransform at, FShape shape, PrintRequestAttributeSet properties) {
468 468
		this.properties=properties;
469
        draw(g, at, null, null);
469
        draw(g, at, shape, null);
470 470
        this.properties=null;
471 471

  
472 472
	}

Also available in: Unified diff