Revision 28075

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/symbols/SimpleMarkerSymbol.java
191 191

  
192 192
		g.setColor(getColor());
193 193
		GeneralPathX genPath = null;
194
		g.setStroke(new BasicStroke(1));
194 195

  
195 196
		switch (markerStyle) {
196 197
		case CIRCLE_STYLE:
......
286 287

  
287 288
		if (outlined) {
288 289
			g.setColor(outlineColor);
289
			g.setStroke(new BasicStroke(1));
290 290
			switch (markerStyle) {
291 291
			case CIRCLE_STYLE:
292 292
				g.drawOval(x, y, size, size);

Also available in: Unified diff