]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
When opacity is less than 1e-3, round to 0. IE11/Edge had problems with very small... 1696/head
authorEvert Timberg <evert.timberg@gmail.com>
Thu, 26 Nov 2015 00:31:26 +0000 (19:31 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Thu, 26 Nov 2015 00:31:26 +0000 (19:31 -0500)
commit55670b0cf795cbee329b56e17616e0a821217f43
tree5701c89b36a805a868bcd7e35ad59ce269b9e386
parentcf1f77215761b2fd9407df512f9eb8ff6d8abe0b
When opacity is less than 1e-3, round to 0. IE11/Edge had problems with very small opacities on the order of 1e-10.
src/core/core.tooltip.js