This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
v3.2.0
π 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
andleading
since these are not supported/working - Deprecate the
canvas
property, usesource
instead
π§Ή Chores
- Documented the
defaultStyleOptions