This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 61f055c4e7da8281db8a0b810eed94c5799e9762
Author: Kim Woelders <[email protected]>
AuthorDate: Wed Oct 26 19:10:18 2022 +0200
SVG loader: Don't reference multiframe stuff
No multiframe handling here.
---
src/modules/loaders/loader_svg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/loaders/loader_svg.c b/src/modules/loaders/loader_svg.c
index 97ad9e1..7fe9780 100644
--- a/src/modules/loaders/loader_svg.c
+++ b/src/modules/loaders/loader_svg.c
@@ -222,7 +222,7 @@ _load(ImlibImage * im, int load_data)
#endif /* LIBRSVG need 2.46 */
if (im->lc)
- __imlib_LoadProgress(im, im->frame_x, im->frame_y, im->w, im->h);
+ __imlib_LoadProgress(im, 0, 0, im->w, im->h);
rc = LOAD_SUCCESS;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.