Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resvg requirement from 0.22.0 to 0.23.0 #58

Merged
merged 3 commits into from Jul 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Updates the requirements on resvg to permit the latest version.

Release notes

Sourced from resvg's releases.

v0.23.0

  • viewsvg is a simple application that showcases resvg capabilities
  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer
Changelog

Sourced from resvg's changelog.

[0.23.0] - 2022-06-11

Added

  • #RRGGBBAA and #RGBA color notation support. Thanks to demurgos.

Fixed

  • Panic during recursive pattern resolving. Thanks to FylmTM.
  • Spurious warning when using --export-id. Thanks to benoit-pierre.

[0.22.0] - 2022-02-20

Added

  • Support svg referenced by use. External SVG files are still not supported.

Changed

  • ttf-parser, fontdb and rustybuzz have been updated.

[0.21.0] - 2022-02-13

Added

  • usvg::ImageHrefResolver that allows a custom xlink:href handling. Thanks to antmelnyk.
  • usvg::Options::image_href_resolver
  • Support for GIF images inside the <image> element.
  • (fontdb) Support for loading user fonts on Windows.
  • (fontdb) Support for parsing fontconfig config files on Linux. For now, only to retrieve a list of font dirs.

Changed

  • MSRV bumped to 1.51
  • usvg::ImageKind stores data as Arc<Vec<u8>> and not just Vec<u8> now.

Fixed

  • Every nested svg element defines a new viewBox now. Previously, we were always using the root one.
  • Correctly handle SVG size calculation when SVG doesn't have a size and any elements.
  • Improve groups ungrouping speed.

[0.20.0] - 2021-12-29

Changed

  • resvg::render and resvg::render_node accept a transform now.
  • (c-api) resvg_render and resvg_render_node accept a transform now.
  • usvg::Color is a custom type and not a svgtypes::Color reexport now.
  • usvg::Color doesn't contain alpha anymore, which have been added in v0.16 Alpha would be automatically flattened. This makes Micro SVG compatible with SVG 1.1 again.
  • (c-api) Rename RESVG_FIT_TO_* into RESVG_FIT_TO_TYPE_*.

Fixed

  • The --background argument in resvg correctly handles alpha now.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot bot added 2 commits June 13, 2022 05:37
Updates the requirements on [usvg](https://github.com/RazrFalcon/resvg) to permit the latest version.
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/resvg@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: usvg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [resvg](https://github.com/RazrFalcon/resvg) to permit the latest version.
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/resvg@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: resvg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 13, 2022
@ssssota ssssota changed the base branch from main to dependabot/cargo/usvg-0.23.0 July 6, 2022 15:25
@ssssota ssssota changed the base branch from dependabot/cargo/usvg-0.23.0 to main July 6, 2022 15:25
'origin/dependabot/cargo/usvg-0.23.0' into dependabot/cargo/resvg-0.23.0
@ssssota ssssota merged commit ac24e86 into main Jul 6, 2022
@ssssota ssssota deleted the dependabot/cargo/resvg-0.23.0 branch July 6, 2022 16:32
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant