Revision 13606 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/SimpleTextSymbol.java

View differences:

SimpleTextSymbol.java
128 128
		// i ?s prou sospit?s. Mira on m?s es fa ?s d'este s?mbol i comprova
129 129
		// que all? no estiga fent-se tamb? -rot, si ?s aix?, ?s perqu? ac?
130 130
		// est? al reves (i en tots els llocs on es gasta)
131
		g.rotate(rot);
132
		g.drawString(getText(), 0, 0);
131 133
		g.rotate(-rot);
132
		g.drawString(getText(), 0, 0);
133
		g.rotate(rot);
134 134
		g.translate(-p.getX(), -p.getY());
135 135
	}
136 136

  

Also available in: Unified diff