HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Fixed image blurring of markers #217

Closed splitfeed closed 11 years ago

splitfeed commented 11 years ago

When position becomes a float the image is blurred. By using parseInt we force it to render properly and might even improve performance according to the article.

See http://www.html5rocks.com/en/tutorials/canvas/performance/#toc-avoid-float

splitfeed commented 11 years ago

Forgot about those, there you go! :)