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 usvg requirement from 0.30.0 to 0.31.0 #31

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Updates the requirements on usvg to permit the latest version.

Release notes

Sourced from usvg's releases.

v0.31.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.31.0] - 2023-04-10

Added

  • usvg::Tree::paint_servers
  • usvg::Tree::clip_paths
  • usvg::Tree::masks
  • usvg::Tree::filters
  • usvg::Node::subroots
  • (usvg) --coordinates-precision and --transforms-precision writing options. Thanks to @​flxzt.

Fixed

  • fill-opacity and stroke-opacity resolving.
  • Double transform when resolving symbol.
  • symbol clipping when its viewbox is the same as the document one.
  • (usvg) Deeply nested gradients, patterns, clip paths, masks and filters were ignored during SVG writing.
  • Missing text in nested clip paths and mask, text decoration patterns, filter inputs and feImage.

[0.30.0] - 2023-03-25

Added

  • Readd usvg CLI tool. Can be installed via cargo as before.

Changed

  • Extract most usvg internals into new usvg-tree and usvg-parser crates. usvg-tree contains just the SVG tree and all the types. usvg-parser parsers SVG into usvg-tree. And usvg is just an umbrella crate now.
  • To use usvg::Tree::from* methods one should import the usvg::TreeParsing trait now.
  • No need to import usvg-text-layout manually anymore. It is part of usvg now.
  • rosvgtree no longer reexports svgtypes.
  • rosvgtree::Node::attribute returns just a string now.
  • rosvgtree::Node::find_attribute returns just a rosvgtree::Node now.
  • Rename usvg::Stretch into usvg::FontStretch.
  • Rename usvg::Style into usvg::FontStyle.
  • usvg::FitTo moved to resvg::FitTo.
  • usvg::IsDefault trait is private now.

Removed

  • rosvgtree::FromValue. Due to Rust's orphan rules this trait is pretty useless.

Fixed

  • Recursive markers detection.
  • Skip malformed transform attributes without skipping the whole element.
  • Clipping path rectangle calculation for nested svg elements. Thanks to @​LaurenzV.
  • Panic when applying text-decoration on text with only one cluster. Thanks to @​LaurenzV.
  • (Qt API) Image size wasn't initialized. Thanks to @​missdeer.
  • resvg CLI allows files with XML DTD again.
  • (svgtypes) Handle implicit MoveTo after ClosePath segments.

... (truncated)

Commits
  • fd6f664 Use newer Ubuntu on CI.
  • 5af790a Version bump.
  • d921f1c Add usvg::Node::subroots
  • 7c44b98 Add defs querying methods to usvg::Tree.
  • 5555327 Fixed gradients and patterns writing back to SVG when they are defined
  • bfc9877 Fix symbol clipping when its viewbox is the same as the document one.
  • 0fc78ab Fix double transform when resolving symbol.
  • 03afc4e Fix fill-opacity and stroke-opacity resolving.
  • 8b6bd6c Build usvg on CI.
  • 2c5d909 (usvg) Allow changing numeric precision during SVG writing.
  • See full diff in compare view

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)

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](linebender/resvg@v0.30.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 24, 2023

Superseded by #32.

@dependabot dependabot bot closed this Apr 24, 2023
@dependabot dependabot bot deleted the dependabot/cargo/usvg-0.31.0 branch April 24, 2023 02:59
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.

0 participants