Skip to content

(#677) - Do not clip the rightmost/bottomost pixels of an image with partial pixel coverage

Federico Mena Quintero requested to merge federico/librsvg:pixel-size into master

In rsvg-convert, to compute the pixel size of PNG output, we now ceil(size) instead of round(size). This prevents clipping of the last row or column.

This is also in place now for the legacy functions that output to pixbufs.

Fixes #677 (closed)

Merge request reports