Skip to content

Bump com.github.weisj:jsvg from 2.0.0 to 2.1.0#238

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.github.weisj-jsvg-2.1.0
Open

Bump com.github.weisj:jsvg from 2.0.0 to 2.1.0#238
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.github.weisj-jsvg-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps com.github.weisj:jsvg from 2.0.0 to 2.1.0.

Release notes

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

v2.1.0

New Modules

  • jsvg-javafx (experimental): New module for rendering SVGs to a JavaFX Canvas via FXSVGCanvas. This is an experimental addition and the API is subject to change in future releases. (Contributed by @​SonarSonic)
  • Pluggable logging: JSVG now ships a LogManager / Logger SPI. Applications can provide a custom LogManager implementation through the Java ServiceLoader mechanism to integrate JSVG log output into any logging framework of their choice.
    • jsvg-slf4j: New logging adapter module that routes JSVG internal log output through SLF4J. Simply include the module on the classpath to activate it automatically via the Java ServiceLoader mechanism.
    • jsvg-systemlogger: New logging adapter module that routes JSVG internal log output through the Java System.Logger API (introduced in Java 9).

Changes

  • Improved support for the transform-origin property allowing for the all keyword combinations to be specified.
    • Percentage values are resolved relative to the element's reference box.
  • Fixed text-anchor handling for mixed content (text segments interleaved with <textPath> elements).
  • Fixed incorrect startOffset positioning for text on paths — text now correctly starts at the specified offset along the path.
  • Fix dashPattern annotation in StrokeContext by @​SonarSonic in weisJ/jsvg#125
  • Fix dashPattern annotation in StrokeContext by @​SonarSonic in weisJ/jsvg#125
  • Fix incorrect x scaling in MeshPatch by @​SonarSonic in weisJ/jsvg#131
  • The <mask> element now supports the mask-type property.
  • Values in transforms can now be specified as comma or whitespace separated lists.
  • Added a sizeForViewport function on SVGDocument which returns the size of the SVG as if it were embedded in a viewport of that given size.

Full Changelog: weisJ/jsvg@v2.0.0-rc5...v2.1.0

Commits

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 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 [com.github.weisj:jsvg](https://github.com/weisJ/jsvg) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/weisJ/jsvg/releases)
- [Commits](https://github.com/weisJ/jsvg/commits/v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 6, 2026
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