#1428 switch parser when encountering !ATTLIST in SVG

This commit is contained in:
Thibault Deckers 2025-02-15 16:16:20 +01:00
parent 98537339bd
commit 728b8018c4
2 changed files with 2 additions and 1 deletions

View file

@ -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 - opening motion photo embedded video when video track is not the first one
- some SVG rendering issues - some SVG rendering issues
- decoding of SVG containing references to namespaces in !ATTLIST
## <a id="v1.12.3"></a>[v1.12.3] - 2025-02-06 ## <a id="v1.12.3"></a>[v1.12.3] - 2025-02-06

View file

@ -172,7 +172,7 @@ dependencies {
// - https://jitpack.io/p/deckerst/mp4parser // - https://jitpack.io/p/deckerst/mp4parser
// - https://jitpack.io/p/deckerst/pixymeta-android // - https://jitpack.io/p/deckerst/pixymeta-android
implementation 'com.github.deckerst:Android-TiffBitmapFactory:3ed067f021' 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:isoparser:d5caf7a3dd'
implementation 'com.github.deckerst.mp4parser:muxer:d5caf7a3dd' implementation 'com.github.deckerst.mp4parser:muxer:d5caf7a3dd'
implementation 'com.github.deckerst:pixymeta-android:71eee77dc4' implementation 'com.github.deckerst:pixymeta-android:71eee77dc4'