Thanks to visit codestin.com
Credit goes to github.com

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: plotters-rs/plotters-canvas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1fbe766
Choose a base ref
...
head repository: plotters-rs/plotters-canvas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96cb770
Choose a head ref
  • 19 commits
  • 3 files changed
  • 7 contributors

Commits on Jun 30, 2021

  1. Merge pull request #1 from plotters-rs/dependabot/add-v2-config-file

    Upgrade to GitHub-native Dependabot
    38 authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1140ecd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Refactor cargo.toml a little

    38 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ccc02a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    111fce5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    2e3702a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    aff9b07 View commit details
    Browse the repository at this point in the history
  2. Close #6

    facorread committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1b3414a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from facorread/pr-ci-master

    Proposal to use git-master dependencies for collaboration, testing, and CI
    38 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    cd946c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Update Cargo.toml

    38 authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f7bea41 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Revert FontTransform::RotateAngle commit

    This reverts commit 1b3414a.
    
    That commits purpose was to provide coverage of a new FontTransform
    enum element that was added to the plotters lib, but the element
    was subsequently removed in plotters commit 6bd3004
    AE1020 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    aacc00b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Prevent hort/vert line blur

    redforks committed May 24, 2023
    Configuration menu
    Copy the full SHA
    af4ae30 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.3.1

    redforks committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2a5521f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #10 from redforks/my

    Prevent hort/vert line blur
    AaronErhardt authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    bb2f4fd View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge pull request #8 from AE1020/revert-rotateangle

    Revert FontTransform::RotateAngle commit
    AaronErhardt authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6ae424a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. feat(config.toml): build wasm32 target by default

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1462258 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade to plotters crates.io version

    - Cargo.toml - update edition to 2021 and resolver = "2"
    
    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed May 4, 2024
    Configuration menu
    Copy the full SHA
    31ddcb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Merge pull request #13 from LechevSpace/chore/upgrade-plotters

    Chore: Upgrade plotters to crates.io version
    AaronErhardt authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    2cd2bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

  1. Cargo.toml: fix deprecated default_features

    `default_features` is deprecated in favor of `default-features`
    and will not work in the 2024 edition.
    
    Signed-off-by: Adrian Ratiu <[email protected]>
    10ne1 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    1c0af7d View commit details
    Browse the repository at this point in the history
  2. canvas: fix deprecated stroke/fill style calls

    The web_sys crate has deprecated the set_stroke_style and
    set_fill_style in favor of set_stroke_style_str & co.
    
    Convert to the str variants which are the closest to fix
    the deprecation warning.
    
    Signed-off-by: Adrian Ratiu <[email protected]>
    10ne1 committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    627b754 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from 10ne1/dev/aratiu/fix-deprecations

    Fix web-sys and 2024 edition deprecations
    AaronErhardt authored Apr 12, 2025
    Configuration menu
    Copy the full SHA
    96cb770 View commit details
    Browse the repository at this point in the history
Loading