chore(deps): update dependency com.github.weisj:jsvg to v2.1.0#67
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0→2.1.0Release Notes
weisJ/jsvg (com.github.weisj:jsvg)
v2.1.0New Modules
jsvg-javafx(experimental): New module for rendering SVGs to a JavaFXCanvasviaFXSVGCanvas. This is an experimental addition and the API is subject to change in futurereleases. (Contributed by @SonarSonic)
LogManager/LoggerSPI. Applications can providea custom
LogManagerimplementation through the JavaServiceLoadermechanism to integrateJSVG log output into any logging framework of their choice.
jsvg-slf4j: New logging adapter module that routes JSVG internal log output throughSLF4J. Simply include the module on the classpath to activate it
automatically via the Java
ServiceLoadermechanism.jsvg-systemlogger: New logging adapter module that routes JSVG internal log output throughthe Java
System.LoggerAPI (introduced in Java 9).Changes
transform-originproperty allowing for the all keyword combinations to be specified.text-anchorhandling for mixed content (text segments interleaved with<textPath>elements).
startOffsetpositioning for text on paths — text now correctly starts at the specified offset along the path.<mask>element now supports themask-typeproperty.sizeForViewportfunction onSVGDocumentwhich 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
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.