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

View differences:

MarkerLineSymbol.java
184 184
	public void print(Graphics2D g, AffineTransform at, FShape shape,
185 185
			PrintRequestAttributeSet properties) {
186 186
		this.properties=properties;
187
        draw(g, at, null, null);
187
        draw(g, at, shape, null);
188 188
        this.properties=null;
189 189
	}
190 190
	/**

Also available in: Unified diff