Require librsvg >=2.52.
This commit is contained in:
10
lua/rsvg.pkg
10
lua/rsvg.pkg
@@ -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,
|
||||
|
Reference in New Issue
Block a user