New SvgImage (gb.qt4)

Dim hSvgImage As SvgImage
hSvgImage = New SvgImage ( [ Width As Float, Height As Float ] )

Create a new void SvgImage.

Width and Height are the dimension of the SVG document, in points. If they are not specified, they will have to be specified later before being allowed to paint on it.

The real dimension of the SVG document is computed by assuming a 72 DPI resolution.