Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Disable SVG support on Linux?

Hi,

In our application we have an image preview feature if the user selects an image file. This causes troubles for some users with 100k+ sized SVG files that cause our application to hang up. Is there some way to disable SVG support easily or should we implement an own filter before to detect whether it's a png, jpg, gif or svg?

--
Best regards,
Thomas Singer


Back to the top