SizeFunc

Function to let a user of the library specify the SVG's dimensions

See the documentation for rsvg.handle.Handle.setSizeCallback for an example, and for the reasons for deprecation.

More...
alias SizeFunc = void delegate
(
out int width
,
out int height
)

Detailed Description

Deprecated: Use rsvg.handle.Handle.renderDocument instead, which lets you specify a viewport size in which to render the SVG document.