[ Version ( since = "2.46" ) ]
public bool render_document (Context cr, Rectangle viewport) throws Error
Renders the whole SVG document fitted to a viewport.
The viewport
gives the position and size at which the whole SVG document will be rendered. The document is scaled
proportionally to fit into this viewport.
The cr
must be in a `CAIRO_STATUS_SUCCESS` state, or this function will not render anything, and instead will return an
error.
this |
An [[email protected]] |
cr |
A Cairo context |
viewport |
Viewport size at which the whole SVG would be fitted. |
`TRUE` on success, `FALSE` on error. Errors are returned in the throws argument. API ordering: This function must be called on a fully-loaded this. See the section "[API ordering ](class.Handle.html#api-ordering)" for details. Panics: this function will panic if the this is not fully-loaded. |