Jeremy James
Jeremy James
Avoid rounding sizes for images until creating the pixmap, and always use the ceil for that to avoid truncating images. This fixes #810. This requires a corresponding change to tiny-skia...
I've got a small SVG reproduction of an issue I've seen where `feOffset` is used to create a drop shadow, but it turns out to be inconsistent when rotated -...
This is small patch to fix quality issues when scaling images down. It'll create a number of mipmap/half-scaled versions of a given source as required and use the next largest...