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: mono/SkiaSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.88.4
Choose a base ref
...
head repository: mono/SkiaSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.88.5
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 16, 2023

  1. Bump SkiaSharp versions

    mattleibow committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    39c88ed View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix(uno): Ensure that the canvas' context is active when rendering (#…

    …2559) (#2560)
    
    (cherry picked from commit d5bcfdf)
    
    Co-authored-by: Jérôme Laban <jerome.laban@nventive.com>
    github-actions[bot] and jeromelaban authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    01e0fcb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. fix(skxamlcanvas): [Wasm] Don't fail when the canvas can't be found (#…

    …2563) (#2564)
    
    (cherry picked from commit 7f9951d)
    
    Co-authored-by: Jérôme Laban <jerome.laban@nventive.com>
    github-actions[bot] and jeromelaban authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    83ef108 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Floor outwards when converting to SKRectI (#2568) (#2574)

    Truncation will chop off parts, and this will lose value. Flooring outwards ensure that the size touches the edge of the containing rect. This is useful that any partial overhang with integer sizes can be clipped when drawing.
    
    (cherry picked from commit 8fd4dc5)
    
    Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
    github-actions[bot] and mattleibow authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1198bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f58bb6 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump the SkiaSharp versions"

    This reverts commit 1f58bb6.
    mattleibow committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ce7dc3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    debf49d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea9fb43 View commit details
    Browse the repository at this point in the history
Loading