VKVG  
Vulkan Vector Graphics

◆ vkvg_svg_get_dimensions()

void vkvg_svg_get_dimensions ( VkvgSvg  svg,
uint32_t *  width,
uint32_t *  height 
)

retrieve dimensions from svg parsing.

Parameters
svga valid VkvgSvg handle.
widthpointer to a valid integer to receive the svg width.
heightpointer to a valid integer to receive the svg height.