Index: /applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDrawHelper.java
===================================================================
--- /applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDrawHelper.java	(revision 34618)
+++ /applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDrawHelper.java	(revision 34619)
@@ -67,6 +67,6 @@
             int xo, yo;
 
-            yo = screen.y - Math.round(h/2);
-            xo = screen.x - Math.round(w/2);
+            yo = screen.y - (h/2);
+            xo = screen.x - (w/2);
 
             g.drawOval(xo, yo, w, h);
