Require librsvg >=2.52.

This commit is contained in:
Brenden Matthews
2022-09-10 11:58:27 -05:00
parent 5d02762903
commit 5d5ee12c67
2 changed files with 4 additions and 8 deletions

View File

@@ -87,13 +87,9 @@ typedef struct _RsvgRectangle {
const char *rsvg_handle_get_base_uri (RsvgHandle * handle);
void rsvg_handle_set_base_uri (RsvgHandle * handle, const char *base_uri);
/* BM: this function is temporarily disabled until I figure out a better way to
* handle the librsvg deprecated changes.
*
* gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
* gdouble *out_width,
* gdouble *out_height);
*/
gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
gdouble *out_width,
gdouble *out_height);
gboolean rsvg_handle_get_geometry_for_layer(RsvgHandle *handle,
const char *id,