Update dependency canvas to v2.8.0#51
Open
mend-for-github-com[bot] wants to merge 1 commit into
Open
Conversation
1937d83 to
04c41c5
Compare
04c41c5 to
e711a06
Compare
e711a06 to
6a873c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.1->2.8.0By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
Automattic/node-canvas (canvas)
v2.8.0Compare Source
==================
Changed
features like
node_pre_gyp_accessKeyId, you may need to make changes to yourinstallation procedure. See https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md#100.
nBytes()now returns a size_t. (Because this is a C++method only, this is not considered a breaking change.)
Added
inverse()andinvertSelf()toDOMMatrix(#1648)context.getTransform()(#1769)context.setTransform(dommatrix)(#1769)Fixed
actualBoundingBoxLeftandactualBoundingBoxRightreturned bymeasureTextto be the ink rect (#1776, fixes #1703).v2.7.0Compare Source
==================
Changed
Previously these were in the node-gfx/node-canvas-prebuilt
and triggered manually.
fillStyle=andstrokeStyle=Added
rsvgVersion.setTransformmethod is no longer missingFixed
fillStyleorstrokeStyleis set to an object, but that object is not a Gradient or Pattern. (This behavior was non-standard: invalid inputs are supposed to be ignored.)