From 728b8018c4e03c3d95700d9778c4f832f55e15d2 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sat, 15 Feb 2025 16:16:20 +0100 Subject: [PATCH] #1428 switch parser when encountering !ATTLIST in SVG --- CHANGELOG.md | 1 + android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8bb9ea1..7d52c47cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - opening motion photo embedded video when video track is not the first one - some SVG rendering issues +- decoding of SVG containing references to namespaces in !ATTLIST ## [v1.12.3] - 2025-02-06 diff --git a/android/app/build.gradle b/android/app/build.gradle index ee51d6026..42711a403 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -172,7 +172,7 @@ dependencies { // - https://jitpack.io/p/deckerst/mp4parser // - https://jitpack.io/p/deckerst/pixymeta-android implementation 'com.github.deckerst:Android-TiffBitmapFactory:3ed067f021' - implementation 'com.github.deckerst:androidsvg:3c9bd08bd8' + implementation 'com.github.deckerst:androidsvg:cc9d59a88f' implementation 'com.github.deckerst.mp4parser:isoparser:d5caf7a3dd' implementation 'com.github.deckerst.mp4parser:muxer:d5caf7a3dd' implementation 'com.github.deckerst:pixymeta-android:71eee77dc4'