efl/src/generic/evas/rsvg
Joshua Strobl ec527a9026 Ensure we check for the correct minimum rsvg version for rsvg_handle_get_intrinsic_size_in_pixels
In commit cbcf5bc64a, newer librsvg APIs were used that are not available in versions between 2.36.0 and 2.50.0, e.g. rsvg_handle_get_intrinsic_size_in_pixels which was included in 2.51.x.

This has been resolved by adding a HAVE_SVG_2_51 and using it for both rsvg_handle_get_intrinsic_size_in_pixels and rsvg_handle_render_document, though the later technically landed in 2.46.0.

Reviewed-by: Christopher Michael <devilhorns@comcast.net>
Differential Revision: https://phab.enlightenment.org/D12293
2021-09-22 15:38:37 -04:00
..
main.c Ensure we check for the correct minimum rsvg version for rsvg_handle_get_intrinsic_size_in_pixels 2021-09-22 15:38:37 -04:00
meson.build Ensure we check for the correct minimum rsvg version for rsvg_handle_get_intrinsic_size_in_pixels 2021-09-22 15:38:37 -04:00