-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Automattic/node-canvas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58bc728df354c4d9a0e8a25d5b04710bfb8fb7e9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Automattic/node-canvas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8707f3d693366a50e60b028404be606042025c51
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
12
contributors
Commits on Aug 19, 2020
-
1
Configuration menu - View commit details
-
Copy full SHA for 5054b7b - Browse repository at this point
Copy the full SHA 5054b7bView commit details -
Add invertSelf to the DOMMatrix object (#1649)
* Add invertSelf + inverse to the DOMMatrix object * return early for non-invertible + test * made non-invertible return early, with tests
Configuration menu - View commit details
-
Copy full SHA for 595d559 - Browse repository at this point
Copy the full SHA 595d559View commit details
Commits on Oct 4, 2020
-
1
Configuration menu - View commit details
-
Copy full SHA for 41d1c99 - Browse repository at this point
Copy the full SHA 41d1c99View commit details
Commits on Oct 26, 2020
-
1
Configuration menu - View commit details
-
Copy full SHA for e476656 - Browse repository at this point
Copy the full SHA e476656View commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for beaee39 - Browse repository at this point
Copy the full SHA beaee39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547b050 - Browse repository at this point
Copy the full SHA 547b050View commit details -
Version update needs typescript as a peer dependency.
Configuration menu - View commit details
-
Copy full SHA for f8305fb - Browse repository at this point
Copy the full SHA f8305fbView commit details -
Fix Windows CI build, add Node.js v15
I don't know why redirects aren't working here. It's possible that the GitHub Actions runner is getting redirected to HTTP, which fails (PowerShell/PowerShell#2896), but Invoke-WebRequest has no way to log what it's doing. Hard-coding a mirror works (for now).
Configuration menu - View commit details
-
Copy full SHA for b549ab6 - Browse repository at this point
Copy the full SHA b549ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 646b605 - Browse repository at this point
Copy the full SHA 646b605View commit details
Commits on Feb 28, 2021
-
Fix always-false comparison warning in Canvas.cc in Node 15+
Node.js v15 (V8 8.6) has kMaxLength of u64{1}<<32, which is statically determinable to be larger than the largest uint32_t: ``` warning: comparison is always false due to limited range of data type [-Wtype-limits] if (static_cast<uint32_t>(canvas->nBytes()) > node::Buffer::kMaxLength) { ```
Configuration menu - View commit details
-
Copy full SHA for 7a84fc5 - Browse repository at this point
Copy the full SHA 7a84fc5View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6fae569 - Browse repository at this point
Copy the full SHA 6fae569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd191c - Browse repository at this point
Copy the full SHA 8cd191cView commit details -
Fix crash if exception thrown from onload/onerror
If a user-provided .onload or .onerror handler on an Image throws an exception, the Node.js process crashes: FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal. 1: 0x94d778 node::Abort() [node] 2: 0x94edb1 node::OnFatalError(char const*, char const*) [node] 3: 0xad5b0d v8::Utils::ReportApiFailure(char const*, char const*) [node] 4: 0x7f98f47799ae Image::SetSource(Nan::FunctionCallbackInfo<v8::Value> const&) [/home/strager/tmp/Projects/node-canvas/build/Release/canvas.node] 5: 0x7f98f4774fec [/home/strager/tmp/Projects/node-canvas/build/Release/canvas.node] 6: 0xb395b9 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [node] 7: 0xb39970 [node] 8: 0xb3a1ea [node] 9: 0xb3aa99 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node] 10: 0x12e89b9 [node] Fix this issue by not requiring a return value from the .onload and .onerror functions.
Configuration menu - View commit details
-
Copy full SHA for 12e671d - Browse repository at this point
Copy the full SHA 12e671dView commit details
Commits on Apr 20, 2021
-
Loosen text measurement expectation.
Cherry-picked out of f0974bc. Ref #1776 (review)
Configuration menu - View commit details
-
Copy full SHA for e4f901c - Browse repository at this point
Copy the full SHA e4f901cView commit details -
Fix text actualBoundingBoxLeft and actualBoundingBoxRight measures by…
… using ink_rect instead of logical_rect
Configuration menu - View commit details
-
Copy full SHA for 234e659 - Browse repository at this point
Copy the full SHA 234e659View commit details -
Configuration menu - View commit details
-
Copy full SHA for d107c04 - Browse repository at this point
Copy the full SHA d107c04View commit details -
Add ctx2d.getTransform() function
Based on currentTransform getter
Configuration menu - View commit details
-
Copy full SHA for 2f84eee - Browse repository at this point
Copy the full SHA 2f84eeeView commit details -
Add ctx2d.setTransform(mat) overload
Based on currentTransform setter
Configuration menu - View commit details
-
Copy full SHA for c166443 - Browse repository at this point
Copy the full SHA c166443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b49442 - Browse repository at this point
Copy the full SHA 0b49442View commit details
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2bf76b5 - Browse repository at this point
Copy the full SHA 2bf76b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5140e - Browse repository at this point
Copy the full SHA 5b5140eView commit details
Commits on May 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8707f3d - Browse repository at this point
Copy the full SHA 8707f3dView commit details
There are no files selected for viewing