You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced simple-get with Node.js builtinfetch (#2309)
ctx.font has a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.
The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the fillText call (#1921)
Added
Support for accessibility and links in PDFs
ctx.direction is implemented: 'rtl' or 'ltr' set the base direction of text
ctx.textAlign'start' and 'end' are now 'right' and 'left' when ctx.direction === 'rtl'
Fixed
Fix a crash in getImageData when the rectangle is entirely outside the canvas. (#2024)
Fix getImageData cropping the resulting ImageData when the given rectangle is partly outside the canvas. (#1849)