I see many WF examples using screenwidth/2 to plot a center radius. In use, arcs and circles are not quite centered when comparing distance to display edge (top to bottom and left to right). Assuming this is because the screen pixel dimensions are even and you would otherwise need to plot a fraction to get true center. Is this assumption correct and/or is it possible to specify a decimal point for radius coordinates ( e.g., radius = (screenwidth - 1)/2)?