You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does your imagick library support rasterizing svgs? does generating the image work when you request it through the browser?
svg is a vector format, for scaling it would make more sense to deliver the untransformed file and tell in html how large you want it rendered. but for some operations like adding borders or a watermark, we would still need to rasterize.
i checked the code, currently we don't do anything specific with svg in the bundle, we rely on Imagine to handle it.
Hello
When i using liip:imagine:cache:resolve with svg file i don't have any error but the file in my cache is empty
I used imagick 7
Do you have any solution ?
The text was updated successfully, but these errors were encountered: