Feature request: make SvgDocumentElement.get_page_bbox return any page's bounding box if a page number is given
in one of the extensions I'm updating.
It would be cool to have that function return any page's bounding box, if a number is given. i.e. return svg viewbox corners when there is no argument, or 1, and the bounding boxes for other pages if called with higher numbers, or None, if the page doesn't exist.
I don't know how it fits with the current plans, though, just thought it would be nice, given the name of the function.