m4tx / riichi-hand-rs

A collection of utilities for working with Riichi Mahjong player hands to use with Rust programming language
MIT License
4 stars 2 forks source link

Update usvg requirement from 0.23.0 to 0.27.0 #10

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on usvg to permit the latest version.

Release notes

Sourced from usvg's releases.

v0.27.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.27.0] - 2022-11-27

Added

  • lengthAdjust and textLength attributes support.
  • Support automatic image size detection. width and height attributes can be omitted or set to auto on image now. SVG2

Fixed

  • --query-all flag in resvg CLI.
  • Percentage values resolving.

[0.26.1] - 2022-11-21

Fixed

  • Allow dominant-baseline and alignment-baseline to be set via CSS.

[0.26.0] - 2022-11-20

Added

  • Minimal dominant-baseline and alignment-baseline support.
  • mix-blend-mode and isolation support. SVG2
  • Allow writing resvg output to stdout.
  • Allow disabling text kerning using kerning="0" and style="font-kerning:none". SVG2
  • Allow <percentage> values for opacity, fill-opacity, stroke-opacity, flood-opacity and stop-opacity attributes. You can write opacity="50%" now. SVG2

Changed

  • Disable focal point correction on radial gradients to conform with SVG 2. SVG2
  • Update feMorphology radius value resolving.

Fixed

  • Do not clip nested svg when only the viewBox attribute is present.

[0.25.0] - 2022-10-30

Added

  • Partial paint-order attribute support. Markers can only be under or above the shape.

Fixed

  • Compilation issues caused by rustybuzz update.

[0.24.0] - 2022-10-22

Added

  • CSS3 writing-mode variants vertical-rl and vertical-lr. Thanks to yisibl.
  • (tiny-skia) AArch64 Neon SIMD support. Up to 3x faster on Apple M1.

Changed

  • usvg::Tree stores only Group, Path and Image nodes now. Instead of emulating an SVG file structure, where gradients, patterns, filters, clips and masks are part of the nodes tree (usually inside the defs element), we reference them using Rc from now.

... (truncated)

Commits
  • a030481 Version bump.
  • 72fcaee Support automatic image size detection.
  • 570e952 Fix percentage values resolving.
  • 6b6b46f Fix --query-all flag in resvg CLI.
  • 5fa084d Add lengthAdjust and textLength attributes support.
  • b79e57d Version bump.
  • 22960e4 Allow dominant-baseline and alignment-baseline to be set via CSS.
  • b9f40cf Version bump.
  • b65d8b0 Allow percentage opacity values.
  • eeeace7 Update feMorphology radius value resolving.
  • Additional commits viewable 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)
dependabot[bot] commented 1 year ago

Superseded by #11.