Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVG: set default width/height if absent
In the librsvg API calls for >=2.52, the newer API of handle_get_intrinsic_size_in_pixels() doesn't set the default width/height of the image if none is supplied. In this case, set those to a default value of 16.0 for both width and height. Fixes #1133
- Loading branch information