GNOME Bugzilla – Bug 564528
rsvg_handle_get_dimensions_sub and _get_posittion_sub should be merged
Last modified: 2017-12-13 17:34:47 UTC
They both do the same work, each taking a nontrivial amount of time, but then throw away half the result (the position, or the dimension) to just return the other half. So a rsvg_handle_get_bbox_sub would be much better. It would either always compute both, or take flags specifying which ones of position and dimension to compute.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/librsvg/issues/26.