From Apple's "High-Resolution Operation Release Notes" (
http://developer.apple.com/library/mac/#releasenotes/GraphicsAnimation/RN-HiDPI/
_index.html ) under "Pixel Precision":
------
Look out for places where you are using floor/ceil/round of view coordinates to
eliminate “fuzzies.” If you are drawing in a 2x environment, you will be
skipping every other pixel.
------
This effect is noticeable in the positioning of axis and plot data labels as
well as plot symbols.
All areas of the Core Plot code that use the functions mentioned above for
pixel alignment should be reviewed and updated to round correctly in hi-dpi
contexts.
Original issue reported on code.google.com by eskr...@mac.com on 23 Aug 2011 at 1:08
Original issue reported on code.google.com by
eskr...@mac.com
on 23 Aug 2011 at 1:08