Skip to content

Commit

Permalink
test: fix errors with decoding svg files
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed Dec 19, 2024
1 parent 7ec959e commit 1e2713b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion tests/Support/Data/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/Support/LaruploadTestConsts.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ class LaruploadTestConsts
],

'svg' => [
'size' => 8693,
'size' => 7918,
'width' => 800,
'height' => 810,
'mime_type' => 'image/svg+xml',
'color' => '#e7c004',
'name' => [
'hash' => 'f48e9dda10bb807d78441f2f940bbf8d.svg',
'hash' => 'd8ea748a65e63eb9d11efdf6eaf623c5.svg',
]
],

Expand Down

0 comments on commit 1e2713b

Please sign in to comment.