From: SourceForge.net <no...@so...> - 2006-11-11 12:28:42
|
Bugs item #1594664, was opened at 2006-11-11 07:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1594664&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 0.9.9.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jamie McQuay (jamcquay) Assigned to: Jamie McQuay (jamcquay) Summary: Casting bug in Axis.cs Initial Comment: Bug exposed by the LineSegment. The bug is in the Axis class(WorldToPhysical), which converts float -> int -> float before returning. This clips values for very large numbers to 16 bit,and a DateTime value in ticks is much higher than that. Originally submitted by Pawel Konieczny ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1594664&group_id=161868 |