Skip to content

Commit

Permalink
Update resvg to 3.15.0
Browse files Browse the repository at this point in the history
hotfix for potential crashes when images contain elements rendered fully outside the viewbox
  • Loading branch information
tannerhelland committed Jun 27, 2023
1 parent 36aa245 commit a48cb5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified App/PhotoDemon/Plugins/resvg.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Modules/Plugin_Management.bas
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Private Const EXPECTED_LIBJXL_VERSION As String = "0.7.0"
Private Const EXPECTED_LITTLECMS_VERSION As String = "2.13.1"
Private Const EXPECTED_LZ4_VERSION As String = "10904"
Private Const EXPECTED_PSPI_VERSION As String = "0.9"
Private Const EXPECTED_RESVG_VERSION As String = "0.34"
Private Const EXPECTED_RESVG_VERSION As String = "0.35.0"
Private Const EXPECTED_WEBP_VERSION As String = "1.2.4"
Private Const EXPECTED_ZSTD_VERSION As String = "10502"

Expand Down
2 changes: 1 addition & 1 deletion Modules/Plugin_resvg.bas
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Public Function GetVersion() As String
'resvg does not provide an externally accessible version string by default.
' I do not expect users to custom-build it, so we return a hard-coded version
' against the copy supplied with a default PD install.
GetVersion = "0.34.1"
GetVersion = "0.35.0"

End Function

Expand Down

0 comments on commit a48cb5e

Please sign in to comment.