]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Stored pixel ratio in a variable with a fallback value for browsers that doesn't... 1690/head
authorCedric van Putten <cedric@peakfijn.nl>
Tue, 24 Nov 2015 10:26:24 +0000 (11:26 +0100)
committerCedric van Putten <cedric@peakfijn.nl>
Tue, 24 Nov 2015 10:26:24 +0000 (11:26 +0100)
commitae51789c32cf380a153ea9f4d96f861898cc03fd
treed576fcd4348f4ac6c551c9e17a3062f6103a8ab2
parenta08f8b30151565ec2a046d35627bb03dfe57cde5
Stored pixel ratio in a variable with a fallback value for browsers that doesn't support `window.devicePixelRatio` fixing rendering issues for IE10 and IE9. (issue #1622)
src/core/core.helpers.js