Manolo Salsas

Results 3 comments of Manolo Salsas

@igorw Are you going to merge [@youssman's PR](https://github.com/igorw/ConfigServiceProvider/pull/58)? or should we use a fork?

Same issue here. I can't generate svg thumbnails. >Unable to create image for path "uploads/links/398/734262.svg" and filter "link_medium". Message was "An image could not be created from the given input"

As I use a custom `ImagineController` I've solved it not applying the filter to svg images on `filerAction`: $binary = $this->dataManager->find($filter, $path); if ($binary->getFormat() === 'svg') { $filteredBinary = $binary;...