- Complete rewrite of library
Breaking Changes
- Remove deprecated onrendered callback, calling
html2canvas
returns aPromise<HTMLCanvasElement>
- Removed option
type
, same results can be achieved by assigningx
,y
,scrollX
,scrollY
,width
andheight
properties.
New featues / fixes
- Add support for scaling canvas (defaults to device pixel ratio)
- Add support for multiple text-shadows
- Add support for multiple text-decorations
- Add support for text-decoration-color
- Add support for percentage values for border-radius
- Correctly handle px and percentage values in linear-gradients
- Correctly support all angle types for linear-gradients
- Add support for multiple values for background-repeat, background-position and background-size