[][src]Module wasm_svg_graphics::renderer

Renderer of SVG Graphics within the webpage, contains definitions and names

Structs

Renderer

Container object used to interact with the SVG Object Keeps track of definitions and dom root id

Constants

DEFAULT_VIEWBOX

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.