torchbox/wagtail-grapple

Add preserveSvg argument to ImageObjectType.srcSet

Closed this issue · 0 comments

mgax commented

The preserveSvg argument, introduced in 802428f on the rendition field, would also be super useful on the srcSet field, to avoid such errors when requesting srcSet(sizes: [360, 1024], format: "webp") on an SVG image:

'SvgImage' object has no attribute 'save_as_webp'

Ref: #359