Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

v3.2.0

Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 21 Dec 19:43
· 11 commits to main since this release

πŸ› Fixed

  • Fixes the flicker when re-rendering
  • Don't use HTMLCanvasElement internally, use HTMLImageElement directly. Not only is this more performant, but uses less memory as well.
  • Remove Safari hack when rendering drop-shadow. This was only an issue when rendering SVG to canvas.

🚽 Deprecated

  • Drop support for trim, lineJoin and leading since these are not supported/working
  • Deprecate the canvas property, use source instead

🧹 Chores

  • Documented the defaultStyleOptions