Skip to content
Permalink

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: v3.1.1
Choose a base ref
...
head repository: Automattic/node-canvas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 26, 2025

  1. fix resurface crash with png, svg canvases

    Regressed in 3dca82a
    
    This was originally added in
    cfc6dfd, but I don't think that
    assessment is right at least for the current bug: cairo_destroy,
    called after the backend's SetWidth, still holds a reference
    to the surface and calls the closure (presumably for leading
    <svg> or something?).
    
    I can't get it to happen consistently enough to write a test,
    sadly.
    
    Fixes #2520
    chearon committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    2738a70 View commit details
    Browse the repository at this point in the history
  2. 3.1.2

    chearon committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    a862af8 View commit details
    Browse the repository at this point in the history
Loading