[][src]Constant wasm_svg_graphics::renderer::DEFAULT_VIEWBOX

pub const DEFAULT_VIEWBOX: [i32; 4];

The value to which the view box of every svg Renderer will be set to by default. The viewbox of any Renderer, can be adjusted with the adjust_viewbox method.

Form

The DEFAULT_VIEWBOX constant is given in the following form: [x, y, width, height]