From a60dbbfd1f4c27bb8715430a4a44462224fbc467 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Fri, 11 Jan 2013 19:06:36 -0500 Subject: [PATCH] Updated credits for sub-pixel rendering fixes. --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 92d20c3..ddae80f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -176,6 +176,10 @@ The base and overlay canvas are now using the CSS classes "flot-base" and - Fixed compatibility with jQuery 1.2.6, which has no 'mouseleave' shortcut. (reported by Bevan, original pull request #920, replaced by direct patch) + - Fixed sub-pixel rendering issues with crosshair and selection lines. + (patches by alanayoub and Daniel Shapiro, pull requests #17 and #925) + + ## Flot 0.7 ##