]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Added width + height arguments to ctx.drawImage
authorJamie McElwain <jgmcelwain@icloud.com>
Sat, 13 May 2017 11:11:52 +0000 (12:11 +0100)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 13 May 2017 13:26:20 +0000 (09:26 -0400)
commit0bbc3fa8f3f3031da23923670429aeca0a3e4af1
tree4dc524f91afb8c3566b24da523490d87510df342
parente45ac3c94587457448bd2f466f23bd8e639f9f47
Added width + height arguments to ctx.drawImage

Previous functionality meant that images would be drawn at their source file size regardless of whether custom width or height properties were set.
src/core/core.canvasHelpers.js