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

Bump usvg from 0.37.0 to 0.38.0 #232

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps usvg from 0.37.0 to 0.38.0.

Release notes

Sourced from usvg's releases.

v0.38.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 usvg's changelog.

[0.38.0] - 2024-01-21

Added

  • Each usvg::Node stores its absolute transform now. Node::abs_transform() executes in constant time now.
  • usvg::Tree::calculate_bounding_boxes to calculate all bounding boxes beforehand.
  • usvg::Node::bounding_box which returns a precalculated node's bounding box in object coordinates.
  • usvg::Node::abs_bounding_box which returns a precalculated node's bounding box in canvas coordinates.
  • usvg::Node::stroke_bounding_box which returns a precalculated node's bounding box, including stroke, in object coordinates.
  • usvg::Node::abs_stroke_bounding_box which returns a precalculated node's bounding box, including stroke, in canvas coordinates.
  • (c-api) resvg_get_node_stroke_bbox
  • usvg::Node::filters_bounding_box
  • usvg::Node::abs_filters_bounding_box
  • usvg::Tree::postprocess

Changed

  • resvg renders usvg::Tree directly again. resvg::Tree is gone.
  • usvg no longer uses rctree for the nodes tree implementation. The tree is a regular enum now.
    • A caller no longer need to use the awkward *node.borrow().
    • No more panics on incorrect mutable Rc<RefCell> access.
    • Tree nodes respect tree's mutability rules. Before, one could mutate tree nodes when the tree itself is not mutable. Because Rc<RefCell> provides a shared mutable access.
  • Filters, clip paths, masks and patterns are stored as Rc<RefCell<T>> instead of Rc<T>. This is required for proper mutability since Node itself is no longer an Rc.
  • Rename usvg::NodeKind into usvg::Node.
  • Upgrade to Rust 2021 edition.

Removed

  • resvg::Tree. No longer needed. resvg can render usvg::Tree directly once again.
  • rctree::Node methods. The Node API is completely different now.
  • usvg::NodeExt. No longer needed.
  • usvg::Node::calculate_bbox. Use usvg::Node::abs_bounding_box instead.
  • usvg::Tree::convert_text. Use usvg::Tree::postprocess instead.
  • usvg::TreeTextToPath trait. No longer needed.

Fixed

  • Mark mask-type as a presentation attribute.
  • Do not show needless warnings when parsing some attributes.
  • feImage rendering with a non-default position. Thanks to @​LaurenzV.
Commits
  • c6fd7f4 Version bump.
  • 9aa13eb Update dependencies.
  • aefc979 Do not show needless warnings when parsing some attributes.
  • c41cc73 Add usvg::Tree::postprocess.
  • bbf4cb8 Use NonZeroRect for stroke_bounding_box.
  • 36246d2 Add NOTICE.txt
  • 90b0ea1 Fix c-api path in viewsvg readme.
  • 67ca118 Mark mask-type as a presentation attribute.
  • cb52988 Fix feImage rendering with a non-default position.
  • 701539c Upgrade to Rust 2021 edition.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [usvg](https://github.com/RazrFalcon/resvg) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](linebender/resvg@v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: usvg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
@AldaronLau AldaronLau closed this Jan 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/usvg-0.38.0 branch January 31, 2024 05:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant