Skip to content

Initial / retained context values, bug fixes, image smoothing quality

Latest
Compare
Choose a tag to compare
@JakeSidSmith JakeSidSmith released this 05 May 22:14
a0eb738

#125

  • Fix measureText / getTextSize following TypeScript upgrade (in v0.7.0) backported to 0.7.3
  • Add setImageSmoothingQuality and getImageSmoothingQuality
  • Set initial canvas values upon construction (for cross-browser consistency)
  • Restore canvas context values when resizing the element (including clearing the canvas)
  • Update docs examples
  • Improve density in examples
  • Fix redrawing bug in IE multi-line text example (by calling beginPath before drawing lines)
  • Add module entry to package.json