diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2009-01-07 11:18:16 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2009-01-07 11:18:16 +0000 |
commit | b55f6d4f3303dc7c123939207f28297906c92e88 (patch) | |
tree | 162bd2470ae3150dbcec65cd17cc53cc93304150 /ChangeLog | |
parent | 20df6e81b14f382ee73c8968ac587afb6be58fb7 (diff) | |
download | zetacomponents-graph-b55f6d4f3303dc7c123939207f28297906c92e88.zip zetacomponents-graph-b55f6d4f3303dc7c123939207f28297906c92e88.tar.gz |
- Resolved task #14219: Refactor grid drawing to be less susceptible to
floating point inaccuracies
# Handle orthogonal axis as a special case, which fixes this for the far most
# common case.
# Also fixes slight grid irregularities which occurred sometimes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1.4.1 - [RELEASEDATE] +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Resolved task #14219: Refactor grid drawing to be less susceptible to + floating point inaccuracies + + 1.4 - Monday 05 January 2009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |