After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 564528 - rsvg_handle_get_dimensions_sub and _get_posittion_sub should be merged
rsvg_handle_get_dimensions_sub and _get_posittion_sub should be merged
Status: RESOLVED OBSOLETE
Product: librsvg
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks: 580998
 
 
Reported: 2008-12-14 21:54 UTC by Christian Persch
Modified: 2017-12-13 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2008-12-14 21:54:33 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.
Comment 1 GNOME Infrastructure Team 2017-12-13 17:34:47 UTC
-- 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.