#1428 switch parser when encountering !ATTLIST in SVG
This commit is contained in:
parent
98537339bd
commit
728b8018c4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue