Skip to content

Bump com.github.weisj:jsvg from 1.4.0 to 1.7.2 #5363

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2025

Bumps com.github.weisj:jsvg from 1.4.0 to 1.7.2.

Release notes

Sourced from com.github.weisj:jsvg's releases.

v1.7.2

Changes

  • Fix broken animations

Full Changelog: weisJ/jsvg@v1.7.1-rc1...v1.7.2-rc1

v.1.7.1

[!IMPORTANT] The last release erroneously contained byte code incompatible with Java versions before Java 21 if animations are used. This release fixes this and makes the library again compatible with Java 8.

Changes

  • Correctness improvements for text-anchor #110 7d1fb8f11d479dcd6a3d22574e2928dc4f86304f
  • The default resource policy now allows for embedded data uri images. 8ab4aae69f35f81a56c014f1fc747995fdc3b1d8
  • Percentage values in startOffset of a <textPath> now properly resolve with respect to the length of the paths. Some scenarios are still unsupported e.g. negative values and values larger than the path length. #115 eef22110b9d588aa1fb99258e142f2ece72ad978
  • Fix incorrect inheritance behaviour of the dominant-baseline property #116 be435832b093deac009f2def9c79bb242b045d19
  • Font family names within single or double quotes are now correctly resolved. #117 5614b6c9c49b8a8751cb47a090916cb2104aa759
  • Fix exception when radial gradients have a non-positive radius #118 e953115172669834db5ff4b7985e0d86caeaa8bb
  • Fix exception when the last two gradients stops have have the same offset value #118 e953115172669834db5ff4b7985e0d86caeaa8bb
  • Fix exception when gradients have only one specified stop #118 55261f73e11f13cd1d01eabdd970c1407067e87c

Full Changelog: weisJ/jsvg@v1.7.0-rc1...v1.7.1-rc1

v1.7.0

[!WARNING] This release erroneously contains byte code incompatible with Java versions before Java 21. This has been fixed in JSVG version 1.7.1.

Changes

  • Implementors of Output now have more control over how text gets rendered. The can opt to receive information about the text being laid out by returning a custom TextOutput in Output#textOutput.
  • ExternalResourcePolicy now applies to all resources not only referenced SVG elements.
  • Support for multi-char codepoints such as "𝄞".
  • Rudimentary support for rendering emoji. This feature does not work on every operating system and JDK version.
  • Support for more units:
    • rem
    • ch
    • Q
    • vw,vh,vmin,vmax
    • vi,vb
  • ParsedElement now has access to the document it belongs to (via ParsedElement#document) and to its parent element (via ParsedElement#parent).
  • The rx and ry attributes are now correctly applied in cases.
  • Fixed rendering of paths with repeated cubic/quadratic bezier commands.
  • Fixed usage of repeated values in the paint-order attribute.
  • stroke-opacity and fill-opacity now correctly don't accumulate to child elements.
  • Percentages in stroke related properties now correctly refer to the diagonal length of the current viewport.
  • Fixed bounds computation of empty groups for which a transform is specified.
  • Support for the transform-box property. (by @​Cu3PO42 in weisJ/jsvg#99)
  • Prevent DOS attacks through exponential leaf nodes using use elements. The limits for this can be configured setting custom DocumentLimits in the LoaderContext.
  • JSVG now provides OSGi metadata (by @​HannesWell in weisJ/jsvg#107)
  • Preview support for animations. Not many properties outside of geometry properties are animatable. Only basic animation timings are implemented.

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.github.weisj:jsvg [< 1.4, > 1.3.0]

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)

This change is Reviewable

Bumps [com.github.weisj:jsvg](https://github.com/weisJ/jsvg) from 1.4.0 to 1.7.2.
- [Release notes](https://github.com/weisJ/jsvg/releases)
- [Commits](https://github.com/weisJ/jsvg/commits)

---
updated-dependencies:
- dependency-name: com.github.weisj:jsvg
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2025

Superseded by #5384.

@dependabot dependabot bot closed this Apr 24, 2025
@dependabot dependabot bot deleted the dependabot/gradle/develop/com.github.weisj-jsvg-1.7.2 branch April 24, 2025 13:54
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 java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants